Html Css Color HEX #DE258E Deep Cerise

📋 copy color: '#DE258E'

red 222 ◦ green 37 ◦ blue 142

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

Shades of Deep Cerise #DE258E

Tints of Deep Cerise #DE258E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 35.41%

R = 55.36%
G = 9.23%
B = 35.41%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DE258E (or 0xDE258E) is known color: Deep Cerise. HEX triplet: DE, 25 and 8E. RGB value is (222,37,142). Sum of RGB (Red+Green+Blue) = 222+37+142=401 (53% of max value = 765). Red value is 222 (87.11% from 255 or 55.36% from 401); Green value is 37 (14.84% from 255 or 9.23% from 401); Blue value is 142 (55.86% from 255 or 35.41% from 401); Max value from RGB is 222 - color contains mainly: red. Hex color #DE258E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE258E is #21DA71. Grayscale: #686868. Windows color (decimal): -2218610 or 9315806. OLE color: 9315806.

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

Color convert

RGB 222 37 142 -
CMYK 0 0.83 0.36 0.13
HSL 325.95º 0.74% 0.51% -
HSV(B) 325.95º 0.83% 0.87% -
XYZ 35.67 18.81 27.34 -
YUV 104.29 149.29 211.96 -
System Red Green Blue C M Y K H S L
Decimal 222 37 142 0 0.83 0.36 0.13 325.95 0.74 0.51
Hex DE 25 8E 0 53 24 D 146 4A 33
Octal 336 45 216 0 123 44 15 506 112 63
Binary 11011110 100101 10001110 0 1010011 100100 1101 101000110 1001010 110011

Color Harmonies of #DE258E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE258E

Black with #DE258E

Text Example


Text Example

White with #DE258E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE258E; }

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

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

background-color css

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

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

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

border-color css

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

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

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