Html Css Color HEX #DE2375 Deep Cerise

📋 copy color: '#DE2375'

red 222 ◦ green 35 ◦ blue 117

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

Shades of Deep Cerise #DE2375

Tints of Deep Cerise #DE2375

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.36%

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

R = 59.36%
G = 9.36%
B = 31.28%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DE2375 (or 0xDE2375) is known color: Deep Cerise. HEX triplet: DE, 23 and 75. RGB value is (222,35,117). Sum of RGB (Red+Green+Blue) = 222+35+117=374 (49% of max value = 765). Red value is 222 (87.11% from 255 or 59.36% from 374); Green value is 35 (14.06% from 255 or 9.36% from 374); Blue value is 117 (46.09% from 255 or 31.28% from 374); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2375 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE2375 is #21DC8A. Grayscale: #646464. Windows color (decimal): -2219147 or 7676894. OLE color: 7676894.

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

Color convert

RGB 222 35 117 -
CMYK 0 0.84 0.47 0.13
HSL 333.69º 0.74% 0.5% -
HSV(B) 333.69º 0.84% 0.87% -
XYZ 33.94 18.02 18.52 -
YUV 100.26 137.45 214.83 -
System Red Green Blue C M Y K H S L
Decimal 222 35 117 0 0.84 0.47 0.13 333.69 0.74 0.5
Hex DE 23 75 0 54 2F D 14E 4A 32
Octal 336 43 165 0 124 57 15 516 112 62
Binary 11011110 100011 1110101 0 1010100 101111 1101 101001110 1001010 110010

Color Harmonies of #DE2375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2375

Black with #DE2375

Text Example


Text Example

White with #DE2375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2375; }

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

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

background-color css

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

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

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

border-color css

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

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

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