Html Css Color HEX #DE309A Deep Cerise

📋 copy color: '#DE309A'

red 222 ◦ green 48 ◦ blue 154

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

Shades of Deep Cerise #DE309A

Tints of Deep Cerise #DE309A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 36.32%

R = 52.36%
G = 11.32%
B = 36.32%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#DE309A (or 0xDE309A) is known color: Deep Cerise. HEX triplet: DE, 30 and 9A. RGB value is (222,48,154). Sum of RGB (Red+Green+Blue) = 222+48+154=424 (56% of max value = 765). Red value is 222 (87.11% from 255 or 52.36% from 424); Green value is 48 (19.14% from 255 or 11.32% from 424); Blue value is 154 (60.55% from 255 or 36.32% from 424); Max value from RGB is 222 - color contains mainly: red. Hex color #DE309A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE309A is #21CF65. Grayscale: #6F6F6F. Windows color (decimal): -2215782 or 10105054. OLE color: 10105054.

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

Color convert

RGB 222 48 154 -
CMYK 0 0.78 0.31 0.13
HSL 323.45º 0.73% 0.53% -
HSV(B) 323.45º 0.78% 0.87% -
XYZ 37.01 19.98 32.48 -
YUV 112.11 151.65 206.38 -
System Red Green Blue C M Y K H S L
Decimal 222 48 154 0 0.78 0.31 0.13 323.45 0.73 0.53
Hex DE 30 9A 0 4E 1F D 143 48 35
Octal 336 60 232 0 116 37 15 503 110 65
Binary 11011110 110000 10011010 0 1001110 11111 1101 101000011 1001000 110101

Color Harmonies of #DE309A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE309A

Black with #DE309A

Text Example


Text Example

White with #DE309A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE309A; }

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

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

background-color css

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

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

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

border-color css

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

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

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