Html Css Color HEX #DB307B Deep Cerise

📋 copy color: '#DB307B'

red 219 ◦ green 48 ◦ blue 123

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

Shades of Deep Cerise #DB307B

Tints of Deep Cerise #DB307B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 31.54%

R = 56.15%
G = 12.31%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.44

 K value IS 0.14

RGB Variations

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

Color information

#DB307B (or 0xDB307B) is known color: Deep Cerise. HEX triplet: DB, 30 and 7B. RGB value is (219,48,123). Sum of RGB (Red+Green+Blue) = 219+48+123=390 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.15% from 390); Green value is 48 (19.14% from 255 or 12.31% from 390); Blue value is 123 (48.44% from 255 or 31.54% from 390); Max value from RGB is 219 - color contains mainly: red. Hex color #DB307B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB307B is #24CF84. Grayscale: #6B6B6B. Windows color (decimal): -2412421 or 8073435. OLE color: 8073435.

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

Color convert

RGB 219 48 123 -
CMYK 0 0.78 0.44 0.14
HSL 333.68º 0.7% 0.52% -
HSV(B) 333.68º 0.78% 0.86% -
XYZ 33.85 18.6 20.55 -
YUV 107.68 136.65 207.4 -
System Red Green Blue C M Y K H S L
Decimal 219 48 123 0 0.78 0.44 0.14 333.68 0.7 0.52
Hex DB 30 7B 0 4E 2C E 14E 46 34
Octal 333 60 173 0 116 54 16 516 106 64
Binary 11011011 110000 1111011 0 1001110 101100 1110 101001110 1000110 110100

Color Harmonies of #DB307B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB307B

Black with #DB307B

Text Example


Text Example

White with #DB307B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB307B; }

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

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

background-color css

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

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

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

border-color css

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

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

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