Html Css Color HEX #DE2F7D Deep Cerise

📋 copy color: '#DE2F7D'

red 222 ◦ green 47 ◦ blue 125

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

Shades of Deep Cerise #DE2F7D

Tints of Deep Cerise #DE2F7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 31.73%

R = 56.35%
G = 11.93%
B = 31.73%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DE2F7D (or 0xDE2F7D) is known color: Deep Cerise. HEX triplet: DE, 2F and 7D. RGB value is (222,47,125). Sum of RGB (Red+Green+Blue) = 222+47+125=394 (52% of max value = 765). Red value is 222 (87.11% from 255 or 56.35% from 394); Green value is 47 (18.75% from 255 or 11.93% from 394); Blue value is 125 (49.22% from 255 or 31.73% from 394); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2F7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE2F7D is #21D082. Grayscale: #6C6C6C. Windows color (decimal): -2216067 or 8204254. OLE color: 8204254.

HSL color Cylindrical-coordinate representation of color #DE2F7D: hue angle of 333.26º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DE2F7D is Cyan = 0, Magento = 0.79, Yellow = 0.44 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 47 125 -
CMYK 0 0.79 0.44 0.13
HSL 333.26º 0.73% 0.53% -
HSV(B) 333.26º 0.79% 0.87% -
XYZ 34.84 19.04 21.24 -
YUV 108.22 137.48 209.16 -
System Red Green Blue C M Y K H S L
Decimal 222 47 125 0 0.79 0.44 0.13 333.26 0.73 0.53
Hex DE 2F 7D 0 4F 2C D 14D 49 35
Octal 336 57 175 0 117 54 15 515 111 65
Binary 11011110 101111 1111101 0 1001111 101100 1101 101001101 1001001 110101

Color Harmonies of #DE2F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2F7D

Black with #DE2F7D

Text Example


Text Example

White with #DE2F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2F7D; }

 p { color: rgb(222,47,125); }

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

background-color css

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

 a { background-color: rgb(222,47,125); }

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

border-color css

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

 span { border-color: rgb(222,47,125); }

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