Html Css Color HEX #DB4578 Cranberry

📋 copy color: '#DB4578'

red 219 ◦ green 69 ◦ blue 120

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

Shades of Cranberry #DB4578

Tints of Cranberry #DB4578

RGB

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

 GREEN value IS 69 (27.34% from 255) = 16.91%

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

R = 53.68%
G = 16.91%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DB4578 (or 0xDB4578) is known color: Cranberry. HEX triplet: DB, 45 and 78. RGB value is (219,69,120). Sum of RGB (Red+Green+Blue) = 219+69+120=408 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.68% from 408); Green value is 69 (27.34% from 255 or 16.91% from 408); Blue value is 120 (47.27% from 255 or 29.41% from 408); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4578 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB4578 is #24BA87. Grayscale: #777777. Windows color (decimal): -2407048 or 7882203. OLE color: 7882203.

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

Color convert

RGB 219 69 120 -
CMYK 0 0.68 0.45 0.14
HSL 339.6º 0.68% 0.56% -
HSV(B) 339.6º 0.68% 0.86% -
XYZ 34.73 20.67 19.93 -
YUV 119.66 128.2 198.85 -
System Red Green Blue C M Y K H S L
Decimal 219 69 120 0 0.68 0.45 0.14 339.6 0.68 0.56
Hex DB 45 78 0 44 2D E 154 44 38
Octal 333 105 170 0 104 55 16 524 104 70
Binary 11011011 1000101 1111000 0 1000100 101101 1110 101010100 1000100 111000

Color Harmonies of #DB4578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4578

Black with #DB4578

Text Example


Text Example

White with #DB4578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4578; }

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

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

background-color css

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

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

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

border-color css

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

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

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