Html Css Color HEX #DE309B Deep Cerise

📋 copy color: '#DE309B'

red 222 ◦ green 48 ◦ blue 155

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

Shades of Deep Cerise #DE309B

Tints of Deep Cerise #DE309B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 36.47%

R = 52.24%
G = 11.29%
B = 36.47%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DE309B (or 0xDE309B) is known color: Deep Cerise. HEX triplet: DE, 30 and 9B. RGB value is (222,48,155). Sum of RGB (Red+Green+Blue) = 222+48+155=425 (56% of max value = 765). Red value is 222 (87.11% from 255 or 52.24% from 425); Green value is 48 (19.14% from 255 or 11.29% from 425); Blue value is 155 (60.94% from 255 or 36.47% from 425); Max value from RGB is 222 - color contains mainly: red. Hex color #DE309B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE309B is #21CF64. Grayscale: #6F6F6F. Windows color (decimal): -2215781 or 10170590. OLE color: 10170590.

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

Color convert

RGB 222 48 155 -
CMYK 0 0.78 0.30 0.13
HSL 323.1º 0.73% 0.53% -
HSV(B) 323.1º 0.78% 0.87% -
XYZ 37.1 20.01 32.92 -
YUV 112.22 152.15 206.3 -
System Red Green Blue C M Y K H S L
Decimal 222 48 155 0 0.78 0.30 0.13 323.1 0.73 0.53
Hex DE 30 9B 0 4E 1E D 143 48 35
Octal 336 60 233 0 116 36 15 503 110 65
Binary 11011110 110000 10011011 0 1001110 11110 1101 101000011 1001000 110101

Color Harmonies of #DE309B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE309B

Black with #DE309B

Text Example


Text Example

White with #DE309B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE309B; }

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

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

background-color css

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

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

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

border-color css

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

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

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