Html Css Color HEX #DE309D Deep Cerise

📋 copy color: '#DE309D'

red 222 ◦ green 48 ◦ blue 157

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

Shades of Deep Cerise #DE309D

Tints of Deep Cerise #DE309D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 36.77%

R = 51.99%
G = 11.24%
B = 36.77%

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

#DE309D (or 0xDE309D) is known color: Deep Cerise. HEX triplet: DE, 30 and 9D. RGB value is (222,48,157). Sum of RGB (Red+Green+Blue) = 222+48+157=427 (56% of max value = 765). Red value is 222 (87.11% from 255 or 51.99% from 427); Green value is 48 (19.14% from 255 or 11.24% from 427); Blue value is 157 (61.72% from 255 or 36.77% from 427); Max value from RGB is 222 - color contains mainly: red. Hex color #DE309D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE309D is #21CF62. Grayscale: #707070. Windows color (decimal): -2215779 or 10301662. OLE color: 10301662.

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

Color convert

RGB 222 48 157 -
CMYK 0 0.78 0.29 0.13
HSL 322.41º 0.73% 0.53% -
HSV(B) 322.41º 0.78% 0.87% -
XYZ 37.27 20.08 33.81 -
YUV 112.45 153.15 206.14 -
System Red Green Blue C M Y K H S L
Decimal 222 48 157 0 0.78 0.29 0.13 322.41 0.73 0.53
Hex DE 30 9D 0 4E 1D D 142 48 35
Octal 336 60 235 0 116 35 15 502 110 65
Binary 11011110 110000 10011101 0 1001110 11101 1101 101000010 1001000 110101

Color Harmonies of #DE309D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE309D

Black with #DE309D

Text Example


Text Example

White with #DE309D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE309D; }

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

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

background-color css

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

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

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

border-color css

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

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

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