Html Css Color HEX #DB3063 Cerise

📋 copy color: '#DB3063'

red 219 ◦ green 48 ◦ blue 99

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

Shades of Cerise #DB3063

Tints of Cerise #DB3063

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 27.05%

R = 59.84%
G = 13.11%
B = 27.05%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DB3063 (or 0xDB3063) is known color: Cerise. HEX triplet: DB, 30 and 63. RGB value is (219,48,99). Sum of RGB (Red+Green+Blue) = 219+48+99=366 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.84% from 366); Green value is 48 (19.14% from 255 or 13.11% from 366); Blue value is 99 (39.06% from 255 or 27.05% from 366); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3063 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB3063 is #24CF9C. Grayscale: #686868. Windows color (decimal): -2412445 or 6500571. OLE color: 6500571.

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

Color convert

RGB 219 48 99 -
CMYK 0 0.78 0.55 0.14
HSL 342.11º 0.7% 0.52% -
HSV(B) 342.11º 0.78% 0.86% -
XYZ 32.52 18.07 13.58 -
YUV 104.94 124.65 209.35 -
System Red Green Blue C M Y K H S L
Decimal 219 48 99 0 0.78 0.55 0.14 342.11 0.7 0.52
Hex DB 30 63 0 4E 37 E 156 46 34
Octal 333 60 143 0 116 67 16 526 106 64
Binary 11011011 110000 1100011 0 1001110 110111 1110 101010110 1000110 110100

Color Harmonies of #DB3063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3063

Black with #DB3063

Text Example


Text Example

White with #DB3063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3063; }

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

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

background-color css

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

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

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

border-color css

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

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

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