Html Css Color HEX #DB307E Deep Cerise

📋 copy color: '#DB307E'

red 219 ◦ green 48 ◦ blue 126

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

Shades of Deep Cerise #DB307E

Tints of Deep Cerise #DB307E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 32.06%

R = 55.73%
G = 12.21%
B = 32.06%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#DB307E (or 0xDB307E) is known color: Deep Cerise. HEX triplet: DB, 30 and 7E. RGB value is (219,48,126). Sum of RGB (Red+Green+Blue) = 219+48+126=393 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.73% from 393); Green value is 48 (19.14% from 255 or 12.21% from 393); Blue value is 126 (49.61% from 255 or 32.06% from 393); Max value from RGB is 219 - color contains mainly: red. Hex color #DB307E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB307E is #24CF81. Grayscale: #6B6B6B. Windows color (decimal): -2412418 or 8270043. OLE color: 8270043.

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

Color convert

RGB 219 48 126 -
CMYK 0 0.78 0.42 0.14
HSL 332.63º 0.7% 0.52% -
HSV(B) 332.63º 0.78% 0.86% -
XYZ 34.04 18.68 21.55 -
YUV 108.02 138.15 207.16 -
System Red Green Blue C M Y K H S L
Decimal 219 48 126 0 0.78 0.42 0.14 332.63 0.7 0.52
Hex DB 30 7E 0 4E 2A E 14D 46 34
Octal 333 60 176 0 116 52 16 515 106 64
Binary 11011011 110000 1111110 0 1001110 101010 1110 101001101 1000110 110100

Color Harmonies of #DB307E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB307E

Black with #DB307E

Text Example


Text Example

White with #DB307E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB307E; }

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

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

background-color css

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

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

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

border-color css

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

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

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