Html Css Color HEX #DE308B Deep Cerise

📋 copy color: '#DE308B'

red 222 ◦ green 48 ◦ blue 139

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

Shades of Deep Cerise #DE308B

Tints of Deep Cerise #DE308B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 33.99%

R = 54.28%
G = 11.74%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#DE308B (or 0xDE308B) is known color: Deep Cerise. HEX triplet: DE, 30 and 8B. RGB value is (222,48,139). Sum of RGB (Red+Green+Blue) = 222+48+139=409 (54% of max value = 765). Red value is 222 (87.11% from 255 or 54.28% from 409); Green value is 48 (19.14% from 255 or 11.74% from 409); Blue value is 139 (54.69% from 255 or 33.99% from 409); Max value from RGB is 222 - color contains mainly: red. Hex color #DE308B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE308B is #21CF74. Grayscale: #6E6E6E. Windows color (decimal): -2215797 or 9122014. OLE color: 9122014.

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

Color convert

RGB 222 48 139 -
CMYK 0 0.78 0.37 0.13
HSL 328.62º 0.73% 0.53% -
HSV(B) 328.62º 0.78% 0.87% -
XYZ 35.84 19.51 26.3 -
YUV 110.4 144.15 207.6 -
System Red Green Blue C M Y K H S L
Decimal 222 48 139 0 0.78 0.37 0.13 328.62 0.73 0.53
Hex DE 30 8B 0 4E 25 D 149 48 35
Octal 336 60 213 0 116 45 15 511 110 65
Binary 11011110 110000 10001011 0 1001110 100101 1101 101001001 1001000 110101

Color Harmonies of #DE308B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE308B

Black with #DE308B

Text Example


Text Example

White with #DE308B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE308B; }

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

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

background-color css

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

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

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

border-color css

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

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

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