Html Css Color HEX #DE309E Deep Cerise

📋 copy color: '#DE309E'

red 222 ◦ green 48 ◦ blue 158

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

Shades of Deep Cerise #DE309E

Tints of Deep Cerise #DE309E

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.21%

 BLUE value IS 158 (62.11% from 255) = 36.92%

R = 51.87%
G = 11.21%
B = 36.92%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#DE309E (or 0xDE309E) is known color: Deep Cerise. HEX triplet: DE, 30 and 9E. RGB value is (222,48,158). Sum of RGB (Red+Green+Blue) = 222+48+158=428 (56% of max value = 765). Red value is 222 (87.11% from 255 or 51.87% from 428); Green value is 48 (19.14% from 255 or 11.21% from 428); Blue value is 158 (62.11% from 255 or 36.92% from 428); Max value from RGB is 222 - color contains mainly: red. Hex color #DE309E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE309E is #21CF61. Grayscale: #707070. Windows color (decimal): -2215778 or 10367198. OLE color: 10367198.

HSL color Cylindrical-coordinate representation of color #DE309E: hue angle of 322.07º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DE309E is Cyan = 0, Magento = 0.78, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 48 158 -
CMYK 0 0.78 0.29 0.13
HSL 322.07º 0.73% 0.53% -
HSV(B) 322.07º 0.78% 0.87% -
XYZ 37.35 20.11 34.26 -
YUV 112.57 153.65 206.06 -
System Red Green Blue C M Y K H S L
Decimal 222 48 158 0 0.78 0.29 0.13 322.07 0.73 0.53
Hex DE 30 9E 0 4E 1D D 142 48 35
Octal 336 60 236 0 116 35 15 502 110 65
Binary 11011110 110000 10011110 0 1001110 11101 1101 101000010 1001000 110101

Color Harmonies of #DE309E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE309E

Black with #DE309E

Text Example


Text Example

White with #DE309E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE309E; }

 p { color: rgb(222,48,158); }

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

background-color css

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

 a { background-color: rgb(222,48,158); }

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

border-color css

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

 span { border-color: rgb(222,48,158); }

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