Html Css Color HEX #D22F75 Deep Cerise

📋 copy color: '#D22F75'

red 210 ◦ green 47 ◦ blue 117

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

Shades of Deep Cerise #D22F75

Tints of Deep Cerise #D22F75

RGB

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

 GREEN value IS 47 (18.75% from 255) = 12.57%

 BLUE value IS 117 (46.09% from 255) = 31.28%

R = 56.15%
G = 12.57%
B = 31.28%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D22F75 (or 0xD22F75) is known color: Deep Cerise. HEX triplet: D2, 2F and 75. RGB value is (210,47,117). Sum of RGB (Red+Green+Blue) = 210+47+117=374 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.15% from 374); Green value is 47 (18.75% from 255 or 12.57% from 374); Blue value is 117 (46.09% from 255 or 31.28% from 374); Max value from RGB is 210 - color contains mainly: red. Hex color #D22F75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D22F75 is #2DD08A. Grayscale: #676767. Windows color (decimal): -3002507 or 7679954. OLE color: 7679954.

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

Color convert

RGB 210 47 117 -
CMYK 0 0.78 0.44 0.18
HSL 334.23º 0.64% 0.5% -
HSV(B) 334.23º 0.78% 0.82% -
XYZ 30.81 17.02 18.49 -
YUV 103.72 135.5 203.81 -
System Red Green Blue C M Y K H S L
Decimal 210 47 117 0 0.78 0.44 0.18 334.23 0.64 0.5
Hex D2 2F 75 0 4E 2C 12 14E 40 32
Octal 322 57 165 0 116 54 22 516 100 62
Binary 11010010 101111 1110101 0 1001110 101100 10010 101001110 1000000 110010

Color Harmonies of #D22F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22F75

Black with #D22F75

Text Example


Text Example

White with #D22F75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22F75; }

 p { color: rgb(210,47,117); }

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

background-color css

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

 a { background-color: rgb(210,47,117); }

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

border-color css

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

 span { border-color: rgb(210,47,117); }

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