Html Css Color HEX #D22A6C Cerise

📋 copy color: '#D22A6C'

red 210 ◦ green 42 ◦ blue 108

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

Shades of Cerise #D22A6C

Tints of Cerise #D22A6C

RGB

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

 GREEN value IS 42 (16.8% from 255) = 11.67%

 BLUE value IS 108 (42.58% from 255) = 30%

R = 58.33%
G = 11.67%
B = 30%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#D22A6C (or 0xD22A6C) is known color: Cerise. HEX triplet: D2, 2A and 6C. RGB value is (210,42,108). Sum of RGB (Red+Green+Blue) = 210+42+108=360 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.33% from 360); Green value is 42 (16.80% from 255 or 11.67% from 360); Blue value is 108 (42.58% from 255 or 30% from 360); Max value from RGB is 210 - color contains mainly: red. Hex color #D22A6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D22A6C is #2DD593. Grayscale: #636363. Windows color (decimal): -3003796 or 7088850. OLE color: 7088850.

HSL color Cylindrical-coordinate representation of color #D22A6C: hue angle of 336.43º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D22A6C is Cyan = 0, Magento = 0.8, Yellow = 0.49 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 42 108 -
CMYK 0 0.8 0.49 0.18
HSL 336.43º 0.67% 0.49% -
HSV(B) 336.43º 0.8% 0.82% -
XYZ 30.11 16.44 15.77 -
YUV 99.76 132.66 206.63 -
System Red Green Blue C M Y K H S L
Decimal 210 42 108 0 0.8 0.49 0.18 336.43 0.67 0.49
Hex D2 2A 6C 0 50 31 12 150 43 31
Octal 322 52 154 0 120 61 22 520 103 61
Binary 11010010 101010 1101100 0 1010000 110001 10010 101010000 1000011 110001

Color Harmonies of #D22A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22A6C

Black with #D22A6C

Text Example


Text Example

White with #D22A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22A6C; }

 p { color: rgb(210,42,108); }

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

background-color css

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

 a { background-color: rgb(210,42,108); }

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

border-color css

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

 span { border-color: rgb(210,42,108); }

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