Html Css Color HEX #DB308C Deep Cerise

📋 copy color: '#DB308C'

red 219 ◦ green 48 ◦ blue 140

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

Shades of Deep Cerise #DB308C

Tints of Deep Cerise #DB308C

RGB

 RED value IS 219 (85.94% from 255) = 53.81%

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

 BLUE value IS 140 (55.08% from 255) = 34.4%

R = 53.81%
G = 11.79%
B = 34.4%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#DB308C (or 0xDB308C) is known color: Deep Cerise. HEX triplet: DB, 30 and 8C. RGB value is (219,48,140). Sum of RGB (Red+Green+Blue) = 219+48+140=407 (53% of max value = 765). Red value is 219 (85.94% from 255 or 53.81% from 407); Green value is 48 (19.14% from 255 or 11.79% from 407); Blue value is 140 (55.08% from 255 or 34.40% from 407); Max value from RGB is 219 - color contains mainly: red. Hex color #DB308C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB308C is #24CF73. Grayscale: #6D6D6D. Windows color (decimal): -2412404 or 9187547. OLE color: 9187547.

HSL color Cylindrical-coordinate representation of color #DB308C: hue angle of 327.72º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DB308C is Cyan = 0, Magento = 0.78, Yellow = 0.36 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 48 140 -
CMYK 0 0.78 0.36 0.14
HSL 327.72º 0.7% 0.52% -
HSV(B) 327.72º 0.78% 0.86% -
XYZ 35 19.07 26.65 -
YUV 109.62 145.15 206.02 -
System Red Green Blue C M Y K H S L
Decimal 219 48 140 0 0.78 0.36 0.14 327.72 0.7 0.52
Hex DB 30 8C 0 4E 24 E 148 46 34
Octal 333 60 214 0 116 44 16 510 106 64
Binary 11011011 110000 10001100 0 1001110 100100 1110 101001000 1000110 110100

Color Harmonies of #DB308C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB308C

Black with #DB308C

Text Example


Text Example

White with #DB308C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB308C; }

 p { color: rgb(219,48,140); }

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

background-color css

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

 a { background-color: rgb(219,48,140); }

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

border-color css

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

 span { border-color: rgb(219,48,140); }

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