#D23A6B

Color #D23A6B Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerise #D23A6B

Tints of Cerise #D23A6B

Color information

#D23A6B (or 0xD23A6B) is unknown color: approx Cerise. HEX triplet: D2, 3A and 6B. RGB value is (210,58,107). Sum of RGB (Red+Green+Blue) = 210+58+107=375 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56% from 375); Green value is 58 (23.05% from 255 or 15.47% from 375); Blue value is 107 (42.19% from 255 or 28.53% from 375); Max value from RGB is 210 - color contains mainly: red. Hex color #D23A6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D23A6B is #2DC594. Grayscale: #6C6C6C. Windows color (decimal): -2999701 or 7027410. OLE color: 7027410.

HSL color Cylindrical-coordinate representation of color #D23A6B: hue angle of 340.66º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D23A6B is Cyan = 0, Magento = 0.72, Yellow = 0.49 and Black (K on CMYK) = 0.18.

Color convert

RGB21058107-
CMYK00.720.490.18
HSL340.66º62.81%52.55%-
HSV(B)340.66º72.38%82.35%-
XYZ30.7517.7915.72-
YUV109.03126.86200.02-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 210 (82.42% from 255) = 56%
GREEN value IS 58 (23.05% from 255) = 15.47%
BLUE value IS 107 (42.19% from 255) = 28.53%
R=56%
G=15.47%
B=28.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.49
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2105810700.720.490.18340.6662.8152.55
HexD23A6B04831121553f35
Octal32272153011061225257765
Binary1101001011101011010110100100011000110010101010101111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D23A6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D23A6B; }

 p { color: rgb(210,58,107); }

 H1.HeaderClassName
 {
   color: #D23A6B;
 }
 .AnyTagClassName
 {
   color: #D23A6B;
 }
</style>
background-color css

<style>
 a { background-color: #D23A6B; }

 a { background-color: rgb(210,58,107); }

 div.DivClassName
 {
   background-color: #D23A6B;
 }
 .BgClassName
 {
   background-color: #D23A6B;
 }
</style>
border-color css

<style>
 span { border-color: #D23A6B; }

 span { border-color: rgb(210,58,107); }

 td.TdClassName
 {
   border-color: #D23A6B;
 }
 .TagClassName
 {
   border-color: #D23A6B;
 }
</style>