Html Css Color HEX #DE269F Deep Cerise

📋 copy color: '#DE269F'

red 222 ◦ green 38 ◦ blue 159

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

Shades of Deep Cerise #DE269F

Tints of Deep Cerise #DE269F

RGB

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

 GREEN value IS 38 (15.23% from 255) = 9.07%

 BLUE value IS 159 (62.5% from 255) = 37.95%

R = 52.98%
G = 9.07%
B = 37.95%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#DE269F (or 0xDE269F) is known color: Deep Cerise. HEX triplet: DE, 26 and 9F. RGB value is (222,38,159). Sum of RGB (Red+Green+Blue) = 222+38+159=419 (55% of max value = 765). Red value is 222 (87.11% from 255 or 52.98% from 419); Green value is 38 (15.23% from 255 or 9.07% from 419); Blue value is 159 (62.5% from 255 or 37.95% from 419); Max value from RGB is 222 - color contains mainly: red. Hex color #DE269F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE269F is #21D960. Grayscale: #6A6A6A. Windows color (decimal): -2218337 or 10430174. OLE color: 10430174.

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

Color convert

RGB 222 38 159 -
CMYK 0 0.83 0.28 0.13
HSL 320.54º 0.74% 0.51% -
HSV(B) 320.54º 0.83% 0.87% -
XYZ 37.08 19.42 34.6 -
YUV 106.81 157.46 210.16 -
System Red Green Blue C M Y K H S L
Decimal 222 38 159 0 0.83 0.28 0.13 320.54 0.74 0.51
Hex DE 26 9F 0 53 1C D 141 4A 33
Octal 336 46 237 0 123 34 15 501 112 63
Binary 11011110 100110 10011111 0 1010011 11100 1101 101000001 1001010 110011

Color Harmonies of #DE269F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE269F

Black with #DE269F

Text Example


Text Example

White with #DE269F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE269F; }

 p { color: rgb(222,38,159); }

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

background-color css

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

 a { background-color: rgb(222,38,159); }

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

border-color css

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

 span { border-color: rgb(222,38,159); }

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