Html Css Color HEX #DE308E Deep Cerise

📋 copy color: '#DE308E'

red 222 ◦ green 48 ◦ blue 142

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

Shades of Deep Cerise #DE308E

Tints of Deep Cerise #DE308E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 34.47%

R = 53.88%
G = 11.65%
B = 34.47%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DE308E (or 0xDE308E) is known color: Deep Cerise. HEX triplet: DE, 30 and 8E. RGB value is (222,48,142). Sum of RGB (Red+Green+Blue) = 222+48+142=412 (54% of max value = 765). Red value is 222 (87.11% from 255 or 53.88% from 412); Green value is 48 (19.14% from 255 or 11.65% from 412); Blue value is 142 (55.86% from 255 or 34.47% from 412); Max value from RGB is 222 - color contains mainly: red. Hex color #DE308E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE308E is #21CF71. Grayscale: #6E6E6E. Windows color (decimal): -2215794 or 9318622. OLE color: 9318622.

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

Color convert

RGB 222 48 142 -
CMYK 0 0.78 0.36 0.13
HSL 327.59º 0.73% 0.53% -
HSV(B) 327.59º 0.78% 0.87% -
XYZ 36.06 19.6 27.47 -
YUV 110.74 145.65 207.36 -
System Red Green Blue C M Y K H S L
Decimal 222 48 142 0 0.78 0.36 0.13 327.59 0.73 0.53
Hex DE 30 8E 0 4E 24 D 148 48 35
Octal 336 60 216 0 116 44 15 510 110 65
Binary 11011110 110000 10001110 0 1001110 100100 1101 101001000 1001000 110101

Color Harmonies of #DE308E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE308E

Black with #DE308E

Text Example


Text Example

White with #DE308E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE308E; }

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

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

background-color css

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

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

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

border-color css

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

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

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