#D23B7F

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

Shades of Deep Cerise #D23B7F

Tints of Deep Cerise #D23B7F

Color information

#D23B7F (or 0xD23B7F) is unknown color: approx Deep Cerise. HEX triplet: D2, 3B and 7F. RGB value is (210,59,127). Sum of RGB (Red+Green+Blue) = 210+59+127=396 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.03% from 396); Green value is 59 (23.44% from 255 or 14.90% from 396); Blue value is 127 (50% from 255 or 32.07% from 396); Max value from RGB is 210 - color contains mainly: red. Hex color #D23B7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D23B7F is #2DC480. Grayscale: #6F6F6F. Windows color (decimal): -2999425 or 8338386. OLE color: 8338386.

HSL color Cylindrical-coordinate representation of color #D23B7F: hue angle of 332.98º 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 #D23B7F is Cyan = 0, Magento = 0.72, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB21059127-
CMYK00.720.400.18
HSL332.98º62.66%52.75%-
HSV(B)332.98º71.9%82.35%-
XYZ31.9718.3621.94-
YUV111.9136.53197.97-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 53.03%
GREEN value IS 59 (23.44% from 255) = 14.90%
BLUE value IS 127 (50% from 255) = 32.07%
R=53.03%
G=14.90%
B=32.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.40
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2105912700.720.400.18332.9862.6652.75
HexD23B7F048281214d3f35
Octal32273177011050225157765
Binary1101001011101111111110100100010100010010101001101111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D23B7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D23B7F; }

 p { color: rgb(210,59,127); }

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

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

 a { background-color: rgb(210,59,127); }

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

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

 span { border-color: rgb(210,59,127); }

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