Html Css Color HEX #DB4780 Cranberry

📋 copy color: '#DB4780'

red 219 ◦ green 71 ◦ blue 128

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

Shades of Cranberry #DB4780

Tints of Cranberry #DB4780

RGB

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

 GREEN value IS 71 (28.13% from 255) = 16.99%

 BLUE value IS 128 (50.39% from 255) = 30.62%

R = 52.39%
G = 16.99%
B = 30.62%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#DB4780 (or 0xDB4780) is known color: Cranberry. HEX triplet: DB, 47 and 80. RGB value is (219,71,128). Sum of RGB (Red+Green+Blue) = 219+71+128=418 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.39% from 418); Green value is 71 (28.12% from 255 or 16.99% from 418); Blue value is 128 (50.39% from 255 or 30.62% from 418); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4780 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB4780 is #24B87F. Grayscale: #797979. Windows color (decimal): -2406528 or 8407003. OLE color: 8407003.

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

Color convert

RGB 219 71 128 -
CMYK 0 0.68 0.42 0.14
HSL 336.89º 0.67% 0.57% -
HSV(B) 336.89º 0.68% 0.86% -
XYZ 35.36 21.13 22.64 -
YUV 121.75 131.53 197.37 -
System Red Green Blue C M Y K H S L
Decimal 219 71 128 0 0.68 0.42 0.14 336.89 0.67 0.57
Hex DB 47 80 0 44 2A E 151 43 39
Octal 333 107 200 0 104 52 16 521 103 71
Binary 11011011 1000111 10000000 0 1000100 101010 1110 101010001 1000011 111001

Color Harmonies of #DB4780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4780

Black with #DB4780

Text Example


Text Example

White with #DB4780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4780; }

 p { color: rgb(219,71,128); }

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

background-color css

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

 a { background-color: rgb(219,71,128); }

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

border-color css

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

 span { border-color: rgb(219,71,128); }

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