#d23d71

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

Shades of Cerise #D23D71

Tints of Cerise #D23D71

Color information

#D23D71 (or 0xD23D71) is unknown color: approx Cerise. HEX triplet: D2, 3D and 71. RGB value is (210,61,113). Sum of RGB (Red+Green+Blue) = 210+61+113=384 (50% of max value = 765). Red value is 210 (82.42% from 255 or 54.69% from 384); Green value is 61 (24.22% from 255 or 15.89% from 384); Blue value is 113 (44.53% from 255 or 29.43% from 384); Max value from RGB is 210 - color contains mainly: red. Hex color #D23D71 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D23D71 is #2DC28E. Grayscale: #6F6F6F. Windows color (decimal): -2998927 or 7421394. OLE color: 7421394.

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

Color convert

RGB21061113-
CMYK00.710.460.18
HSL339.06º62.34%53.14%-
HSV(B)339.06º70.95%82.35%-
XYZ31.2318.2317.5-
YUV111.48128.86198.27-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 54.69%
GREEN value IS 61 (24.22% from 255) = 15.89%
BLUE value IS 113 (44.53% from 255) = 29.43%
R=54.69%
G=15.89%
B=29.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.46
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2106111300.710.460.18339.0662.3453.14
HexD23D710472E121533e35
Octal32275161010756225237665
Binary1101001011110111100010100011110111010010101010011111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d23d71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d23d71; }

 p { color: rgb(210,61,113); }

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

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

 a { background-color: rgb(210,61,113); }

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

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

 span { border-color: rgb(210,61,113); }

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