Html Css Color HEX #D23475 Deep Cerise

📋 copy color: '#D23475'

red 210 ◦ green 52 ◦ blue 117

#D23475
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Cerise #D23475

Tints of Deep Cerise #D23475

RGB

 RED value IS 210 (82.42% from 255) = 55.41%

 GREEN value IS 52 (20.7% from 255) = 13.72%

 BLUE value IS 117 (46.09% from 255) = 30.87%

R = 55.41%
G = 13.72%
B = 30.87%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D23475 (or 0xD23475) is known color: Deep Cerise. HEX triplet: D2, 34 and 75. RGB value is (210,52,117). Sum of RGB (Red+Green+Blue) = 210+52+117=379 (50% of max value = 765). Red value is 210 (82.42% from 255 or 55.41% from 379); Green value is 52 (20.70% from 255 or 13.72% from 379); Blue value is 117 (46.09% from 255 or 30.87% from 379); Max value from RGB is 210 - color contains mainly: red. Hex color #D23475 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D23475 is #2DCB8A. Grayscale: #6A6A6A. Windows color (decimal): -3001227 or 7681234. OLE color: 7681234.

HSL color Cylindrical-coordinate representation of color #D23475: hue angle of 335.32º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D23475 is Cyan = 0, Magento = 0.75, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 52 117 -
CMYK 0 0.75 0.44 0.18
HSL 335.32º 0.64% 0.51% -
HSV(B) 335.32º 0.75% 0.82% -
XYZ 31.02 17.44 18.56 -
YUV 106.65 133.85 201.71 -
System Red Green Blue C M Y K H S L
Decimal 210 52 117 0 0.75 0.44 0.18 335.32 0.64 0.51
Hex D2 34 75 0 4B 2C 12 14F 40 33
Octal 322 64 165 0 113 54 22 517 100 63
Binary 11010010 110100 1110101 0 1001011 101100 10010 101001111 1000000 110011

Color Harmonies of #D23475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23475

Black with #D23475

Text Example


Text Example

White with #D23475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23475; }

 p { color: rgb(210,52,117); }

 H1.HeaderClassName
 {
   color: #D23475;
 }
 .AnyTagClassName
 {
   color: #D23475;
 }
</style>

background-color css

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

 a { background-color: rgb(210,52,117); }

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

border-color css

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

 span { border-color: rgb(210,52,117); }

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