Html Css Color HEX #D22C72 Cerise

📋 copy color: '#D22C72'

red 210 ◦ green 44 ◦ blue 114

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

Shades of Cerise #D22C72

Tints of Cerise #D22C72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 30.98%

R = 57.07%
G = 11.96%
B = 30.98%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#D22C72 (or 0xD22C72) is known color: Cerise. HEX triplet: D2, 2C and 72. RGB value is (210,44,114). Sum of RGB (Red+Green+Blue) = 210+44+114=368 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.07% from 368); Green value is 44 (17.58% from 255 or 11.96% from 368); Blue value is 114 (44.92% from 255 or 30.98% from 368); Max value from RGB is 210 - color contains mainly: red. Hex color #D22C72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D22C72 is #2DD38D. Grayscale: #656565. Windows color (decimal): -3003278 or 7482578. OLE color: 7482578.

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

Color convert

RGB 210 44 114 -
CMYK 0 0.79 0.46 0.18
HSL 334.7º 0.65% 0.5% -
HSV(B) 334.7º 0.79% 0.82% -
XYZ 30.52 16.72 17.54 -
YUV 101.61 135 205.31 -
System Red Green Blue C M Y K H S L
Decimal 210 44 114 0 0.79 0.46 0.18 334.7 0.65 0.5
Hex D2 2C 72 0 4F 2E 12 14F 41 32
Octal 322 54 162 0 117 56 22 517 101 62
Binary 11010010 101100 1110010 0 1001111 101110 10010 101001111 1000001 110010

Color Harmonies of #D22C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22C72

Black with #D22C72

Text Example


Text Example

White with #D22C72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22C72; }

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

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

background-color css

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

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

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

border-color css

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

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

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