Html Css Color HEX #D23274 Deep Cerise

📋 copy color: '#D23274'

red 210 ◦ green 50 ◦ blue 116

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

Shades of Deep Cerise #D23274

Tints of Deep Cerise #D23274

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.3%

 BLUE value IS 116 (45.7% from 255) = 30.85%

R = 55.85%
G = 13.3%
B = 30.85%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#D23274 (or 0xD23274) is known color: Deep Cerise. HEX triplet: D2, 32 and 74. RGB value is (210,50,116). Sum of RGB (Red+Green+Blue) = 210+50+116=376 (49% of max value = 765). Red value is 210 (82.42% from 255 or 55.85% from 376); Green value is 50 (19.92% from 255 or 13.30% from 376); Blue value is 116 (45.70% from 255 or 30.85% from 376); Max value from RGB is 210 - color contains mainly: red. Hex color #D23274 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D23274 is #2DCD8B. Grayscale: #696969. Windows color (decimal): -3001740 or 7615186. OLE color: 7615186.

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

Color convert

RGB 210 50 116 -
CMYK 0 0.76 0.45 0.18
HSL 335.25º 0.64% 0.51% -
HSV(B) 335.25º 0.76% 0.82% -
XYZ 30.87 17.24 18.22 -
YUV 105.36 134.01 202.63 -
System Red Green Blue C M Y K H S L
Decimal 210 50 116 0 0.76 0.45 0.18 335.25 0.64 0.51
Hex D2 32 74 0 4C 2D 12 14F 40 33
Octal 322 62 164 0 114 55 22 517 100 63
Binary 11010010 110010 1110100 0 1001100 101101 10010 101001111 1000000 110011

Color Harmonies of #D23274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23274

Black with #D23274

Text Example


Text Example

White with #D23274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23274; }

 p { color: rgb(210,50,116); }

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

background-color css

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

 a { background-color: rgb(210,50,116); }

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

border-color css

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

 span { border-color: rgb(210,50,116); }

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