Html Css Color HEX #D22CA4 Deep Cerise

📋 copy color: '#D22CA4'

red 210 ◦ green 44 ◦ blue 164

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

Shades of Deep Cerise #D22CA4

Tints of Deep Cerise #D22CA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 39.23%

R = 50.24%
G = 10.53%
B = 39.23%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.22

 K value IS 0.18

RGB Variations

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

Color information

#D22CA4 (or 0xD22CA4) is known color: Deep Cerise. HEX triplet: D2, 2C and A4. RGB value is (210,44,164). Sum of RGB (Red+Green+Blue) = 210+44+164=418 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.24% from 418); Green value is 44 (17.58% from 255 or 10.53% from 418); Blue value is 164 (64.45% from 255 or 39.23% from 418); Max value from RGB is 210 - color contains mainly: red. Hex color #D22CA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D22CA4 is #2DD35B. Grayscale: #6B6B6B. Windows color (decimal): -3003228 or 10759378. OLE color: 10759378.

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

Color convert

RGB 210 44 164 -
CMYK 0 0.79 0.22 0.18
HSL 316.63º 0.65% 0.5% -
HSV(B) 316.63º 0.79% 0.82% -
XYZ 34.18 18.18 36.83 -
YUV 107.31 160 201.24 -
System Red Green Blue C M Y K H S L
Decimal 210 44 164 0 0.79 0.22 0.18 316.63 0.65 0.5
Hex D2 2C A4 0 4F 16 12 13D 41 32
Octal 322 54 244 0 117 26 22 475 101 62
Binary 11010010 101100 10100100 0 1001111 10110 10010 100111101 1000001 110010

Color Harmonies of #D22CA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22CA4

Black with #D22CA4

Text Example


Text Example

White with #D22CA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22CA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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