Html Css Color HEX #DE2D8B Deep Cerise

📋 copy color: '#DE2D8B'

red 222 ◦ green 45 ◦ blue 139

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

Shades of Deep Cerise #DE2D8B

Tints of Deep Cerise #DE2D8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 34.24%

R = 54.68%
G = 11.08%
B = 34.24%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#DE2D8B (or 0xDE2D8B) is known color: Deep Cerise. HEX triplet: DE, 2D and 8B. RGB value is (222,45,139). Sum of RGB (Red+Green+Blue) = 222+45+139=406 (53% of max value = 765). Red value is 222 (87.11% from 255 or 54.68% from 406); Green value is 45 (17.97% from 255 or 11.08% from 406); Blue value is 139 (54.69% from 255 or 34.24% from 406); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2D8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE2D8B is #21D274. Grayscale: #6C6C6C. Windows color (decimal): -2216565 or 9121246. OLE color: 9121246.

HSL color Cylindrical-coordinate representation of color #DE2D8B: hue angle of 328.14º 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 #DE2D8B is Cyan = 0, Magento = 0.80, Yellow = 0.37 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 45 139 -
CMYK 0 0.80 0.37 0.13
HSL 328.14º 0.73% 0.52% -
HSV(B) 328.14º 0.8% 0.87% -
XYZ 35.72 19.27 26.26 -
YUV 108.64 145.14 208.86 -
System Red Green Blue C M Y K H S L
Decimal 222 45 139 0 0.80 0.37 0.13 328.14 0.73 0.52
Hex DE 2D 8B 0 50 25 D 148 49 34
Octal 336 55 213 0 120 45 15 510 111 64
Binary 11011110 101101 10001011 0 1010000 100101 1101 101001000 1001001 110100

Color Harmonies of #DE2D8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2D8B

Black with #DE2D8B

Text Example


Text Example

White with #DE2D8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2D8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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