Html Css Color HEX #D22C74 Deep Cerise

📋 copy color: '#D22C74'

red 210 ◦ green 44 ◦ blue 116

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

Shades of Deep Cerise #D22C74

Tints of Deep Cerise #D22C74

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.89%

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

R = 56.76%
G = 11.89%
B = 31.35%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#D22C74 (or 0xD22C74) is known color: Deep Cerise. HEX triplet: D2, 2C and 74. RGB value is (210,44,116). Sum of RGB (Red+Green+Blue) = 210+44+116=370 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.76% from 370); Green value is 44 (17.58% from 255 or 11.89% from 370); Blue value is 116 (45.70% from 255 or 31.35% from 370); Max value from RGB is 210 - color contains mainly: red. Hex color #D22C74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D22C74 is #2DD38B. Grayscale: #656565. Windows color (decimal): -3003276 or 7613650. OLE color: 7613650.

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

Color convert

RGB 210 44 116 -
CMYK 0 0.79 0.45 0.18
HSL 333.98º 0.65% 0.5% -
HSV(B) 333.98º 0.79% 0.82% -
XYZ 30.63 16.76 18.14 -
YUV 101.84 136 205.15 -
System Red Green Blue C M Y K H S L
Decimal 210 44 116 0 0.79 0.45 0.18 333.98 0.65 0.5
Hex D2 2C 74 0 4F 2D 12 14E 41 32
Octal 322 54 164 0 117 55 22 516 101 62
Binary 11010010 101100 1110100 0 1001111 101101 10010 101001110 1000001 110010

Color Harmonies of #D22C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22C74

Black with #D22C74

Text Example


Text Example

White with #D22C74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22C74; }

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

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

background-color css

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

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

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

border-color css

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

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

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