Html Css Color HEX #DE2D7A Deep Cerise

📋 copy color: '#DE2D7A'

red 222 ◦ green 45 ◦ blue 122

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

Shades of Deep Cerise #DE2D7A

Tints of Deep Cerise #DE2D7A

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.57%

 BLUE value IS 122 (48.05% from 255) = 31.36%

R = 57.07%
G = 11.57%
B = 31.36%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DE2D7A (or 0xDE2D7A) is known color: Deep Cerise. HEX triplet: DE, 2D and 7A. RGB value is (222,45,122). Sum of RGB (Red+Green+Blue) = 222+45+122=389 (51% of max value = 765). Red value is 222 (87.11% from 255 or 57.07% from 389); Green value is 45 (17.97% from 255 or 11.57% from 389); Blue value is 122 (48.05% from 255 or 31.36% from 389); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2D7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE2D7A is #21D285. Grayscale: #6A6A6A. Windows color (decimal): -2216582 or 8007134. OLE color: 8007134.

HSL color Cylindrical-coordinate representation of color #DE2D7A: hue angle of 333.9º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DE2D7A is Cyan = 0, Magento = 0.80, Yellow = 0.45 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 45 122 -
CMYK 0 0.80 0.45 0.13
HSL 333.9º 0.73% 0.52% -
HSV(B) 333.9º 0.8% 0.87% -
XYZ 34.58 18.81 20.22 -
YUV 106.7 136.64 210.24 -
System Red Green Blue C M Y K H S L
Decimal 222 45 122 0 0.80 0.45 0.13 333.9 0.73 0.52
Hex DE 2D 7A 0 50 2D D 14E 49 34
Octal 336 55 172 0 120 55 15 516 111 64
Binary 11011110 101101 1111010 0 1010000 101101 1101 101001110 1001001 110100

Color Harmonies of #DE2D7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2D7A

Black with #DE2D7A

Text Example


Text Example

White with #DE2D7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2D7A; }

 p { color: rgb(222,45,122); }

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

background-color css

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

 a { background-color: rgb(222,45,122); }

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

border-color css

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

 span { border-color: rgb(222,45,122); }

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