Html Css Color HEX #D22374 Deep Cerise

📋 copy color: '#D22374'

red 210 ◦ green 35 ◦ blue 116

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

Shades of Deep Cerise #D22374

Tints of Deep Cerise #D22374

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.7%

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

R = 58.17%
G = 9.7%
B = 32.13%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#D22374 (or 0xD22374) is known color: Deep Cerise. HEX triplet: D2, 23 and 74. RGB value is (210,35,116). Sum of RGB (Red+Green+Blue) = 210+35+116=361 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.17% from 361); Green value is 35 (14.06% from 255 or 9.70% from 361); Blue value is 116 (45.70% from 255 or 32.13% from 361); Max value from RGB is 210 - color contains mainly: red. Hex color #D22374 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D22374 is #2DDC8B. Grayscale: #606060. Windows color (decimal): -3005580 or 7611346. OLE color: 7611346.

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

Color convert

RGB 210 35 116 -
CMYK 0 0.83 0.45 0.18
HSL 332.23º 0.71% 0.48% -
HSV(B) 332.23º 0.83% 0.82% -
XYZ 30.33 16.16 18.04 -
YUV 96.56 138.98 208.91 -
System Red Green Blue C M Y K H S L
Decimal 210 35 116 0 0.83 0.45 0.18 332.23 0.71 0.48
Hex D2 23 74 0 53 2D 12 14C 47 30
Octal 322 43 164 0 123 55 22 514 107 60
Binary 11010010 100011 1110100 0 1010011 101101 10010 101001100 1000111 110000

Color Harmonies of #D22374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22374

Black with #D22374

Text Example


Text Example

White with #D22374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22374; }

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

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

background-color css

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

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

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

border-color css

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

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

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