Html Css Color HEX #D22E75 Deep Cerise

📋 copy color: '#D22E75'

red 210 ◦ green 46 ◦ blue 117

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

Shades of Deep Cerise #D22E75

Tints of Deep Cerise #D22E75

RGB

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

 GREEN value IS 46 (18.36% from 255) = 12.33%

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

R = 56.3%
G = 12.33%
B = 31.37%

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

#D22E75 (or 0xD22E75) is known color: Deep Cerise. HEX triplet: D2, 2E and 75. RGB value is (210,46,117). Sum of RGB (Red+Green+Blue) = 210+46+117=373 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.30% from 373); Green value is 46 (18.36% from 255 or 12.33% from 373); Blue value is 117 (46.09% from 255 or 31.37% from 373); Max value from RGB is 210 - color contains mainly: red. Hex color #D22E75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D22E75 is #2DD18A. Grayscale: #676767. Windows color (decimal): -3002763 or 7679698. OLE color: 7679698.

HSL color Cylindrical-coordinate representation of color #D22E75: hue angle of 334.02º degrees, saturation: 0.65, 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 #D22E75 is Cyan = 0, Magento = 0.78, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 46 117 -
CMYK 0 0.78 0.44 0.18
HSL 334.02º 0.65% 0.5% -
HSV(B) 334.02º 0.78% 0.82% -
XYZ 30.77 16.94 18.48 -
YUV 103.13 135.83 204.23 -
System Red Green Blue C M Y K H S L
Decimal 210 46 117 0 0.78 0.44 0.18 334.02 0.65 0.5
Hex D2 2E 75 0 4E 2C 12 14E 41 32
Octal 322 56 165 0 116 54 22 516 101 62
Binary 11010010 101110 1110101 0 1001110 101100 10010 101001110 1000001 110010

Color Harmonies of #D22E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22E75

Black with #D22E75

Text Example


Text Example

White with #D22E75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22E75; }

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

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

background-color css

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

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

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

border-color css

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

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

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