Html Css Color HEX #DE2575 Deep Cerise

📋 copy color: '#DE2575'

red 222 ◦ green 37 ◦ blue 117

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

Shades of Deep Cerise #DE2575

Tints of Deep Cerise #DE2575

RGB

 RED value IS 222 (87.11% from 255) = 59.04%

 GREEN value IS 37 (14.84% from 255) = 9.84%

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

R = 59.04%
G = 9.84%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DE2575 (or 0xDE2575) is known color: Deep Cerise. HEX triplet: DE, 25 and 75. RGB value is (222,37,117). Sum of RGB (Red+Green+Blue) = 222+37+117=376 (49% of max value = 765). Red value is 222 (87.11% from 255 or 59.04% from 376); Green value is 37 (14.84% from 255 or 9.84% from 376); Blue value is 117 (46.09% from 255 or 31.12% from 376); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2575 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE2575 is #21DA8A. Grayscale: #656565. Windows color (decimal): -2218635 or 7677406. OLE color: 7677406.

HSL color Cylindrical-coordinate representation of color #DE2575: hue angle of 334.05º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DE2575 is Cyan = 0, Magento = 0.83, Yellow = 0.47 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 37 117 -
CMYK 0 0.83 0.47 0.13
HSL 334.05º 0.74% 0.51% -
HSV(B) 334.05º 0.83% 0.87% -
XYZ 34 18.14 18.54 -
YUV 101.44 136.79 214 -
System Red Green Blue C M Y K H S L
Decimal 222 37 117 0 0.83 0.47 0.13 334.05 0.74 0.51
Hex DE 25 75 0 53 2F D 14E 4A 33
Octal 336 45 165 0 123 57 15 516 112 63
Binary 11011110 100101 1110101 0 1010011 101111 1101 101001110 1001010 110011

Color Harmonies of #DE2575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2575

Black with #DE2575

Text Example


Text Example

White with #DE2575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2575; }

 p { color: rgb(222,37,117); }

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

background-color css

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

 a { background-color: rgb(222,37,117); }

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

border-color css

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

 span { border-color: rgb(222,37,117); }

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