Html Css Color HEX #DB5978 Cranberry

📋 copy color: '#DB5978'

red 219 ◦ green 89 ◦ blue 120

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

Shades of Cranberry #DB5978

Tints of Cranberry #DB5978

RGB

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

 GREEN value IS 89 (35.16% from 255) = 20.79%

 BLUE value IS 120 (47.27% from 255) = 28.04%

R = 51.17%
G = 20.79%
B = 28.04%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DB5978 (or 0xDB5978) is known color: Cranberry. HEX triplet: DB, 59 and 78. RGB value is (219,89,120). Sum of RGB (Red+Green+Blue) = 219+89+120=428 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.17% from 428); Green value is 89 (35.16% from 255 or 20.79% from 428); Blue value is 120 (47.27% from 255 or 28.04% from 428); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5978 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5978 is #24A687. Grayscale: #838383. Windows color (decimal): -2401928 or 7887323. OLE color: 7887323.

HSL color Cylindrical-coordinate representation of color #DB5978: hue angle of 345.69º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DB5978 is Cyan = 0, Magento = 0.59, Yellow = 0.45 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 89 120 -
CMYK 0 0.59 0.45 0.14
HSL 345.69º 0.64% 0.6% -
HSV(B) 345.69º 0.59% 0.86% -
XYZ 36.18 23.56 20.41 -
YUV 131.4 121.57 190.48 -
System Red Green Blue C M Y K H S L
Decimal 219 89 120 0 0.59 0.45 0.14 345.69 0.64 0.6
Hex DB 59 78 0 3B 2D E 15A 40 3C
Octal 333 131 170 0 73 55 16 532 100 74
Binary 11011011 1011001 1111000 0 111011 101101 1110 101011010 1000000 111100

Color Harmonies of #DB5978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5978

Black with #DB5978

Text Example


Text Example

White with #DB5978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5978; }

 p { color: rgb(219,89,120); }

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

background-color css

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

 a { background-color: rgb(219,89,120); }

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

border-color css

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

 span { border-color: rgb(219,89,120); }

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