Html Css Color HEX #DE259C Deep Cerise

📋 copy color: '#DE259C'

red 222 ◦ green 37 ◦ blue 156

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

Shades of Deep Cerise #DE259C

Tints of Deep Cerise #DE259C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 37.59%

R = 53.49%
G = 8.92%
B = 37.59%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DE259C (or 0xDE259C) is known color: Deep Cerise. HEX triplet: DE, 25 and 9C. RGB value is (222,37,156). Sum of RGB (Red+Green+Blue) = 222+37+156=415 (54% of max value = 765). Red value is 222 (87.11% from 255 or 53.49% from 415); Green value is 37 (14.84% from 255 or 8.92% from 415); Blue value is 156 (61.33% from 255 or 37.59% from 415); Max value from RGB is 222 - color contains mainly: red. Hex color #DE259C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE259C is #21DA63. Grayscale: #696969. Windows color (decimal): -2218596 or 10233310. OLE color: 10233310.

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

Color convert

RGB 222 37 156 -
CMYK 0 0.83 0.30 0.13
HSL 321.41º 0.74% 0.51% -
HSV(B) 321.41º 0.83% 0.87% -
XYZ 36.79 19.25 33.23 -
YUV 105.88 156.29 210.82 -
System Red Green Blue C M Y K H S L
Decimal 222 37 156 0 0.83 0.30 0.13 321.41 0.74 0.51
Hex DE 25 9C 0 53 1E D 141 4A 33
Octal 336 45 234 0 123 36 15 501 112 63
Binary 11011110 100101 10011100 0 1010011 11110 1101 101000001 1001010 110011

Color Harmonies of #DE259C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE259C

Black with #DE259C

Text Example


Text Example

White with #DE259C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE259C; }

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

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

background-color css

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

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

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

border-color css

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

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

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