Html Css Color HEX #DB4478 Cranberry

📋 copy color: '#DB4478'

red 219 ◦ green 68 ◦ blue 120

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

Shades of Cranberry #DB4478

Tints of Cranberry #DB4478

RGB

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

 GREEN value IS 68 (26.95% from 255) = 16.71%

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

R = 53.81%
G = 16.71%
B = 29.48%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DB4478 (or 0xDB4478) is known color: Cranberry. HEX triplet: DB, 44 and 78. RGB value is (219,68,120). Sum of RGB (Red+Green+Blue) = 219+68+120=407 (53% of max value = 765). Red value is 219 (85.94% from 255 or 53.81% from 407); Green value is 68 (26.95% from 255 or 16.71% from 407); Blue value is 120 (47.27% from 255 or 29.48% from 407); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4478 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB4478 is #24BB87. Grayscale: #777777. Windows color (decimal): -2407304 or 7881947. OLE color: 7881947.

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

Color convert

RGB 219 68 120 -
CMYK 0 0.69 0.45 0.14
HSL 339.34º 0.68% 0.56% -
HSV(B) 339.34º 0.69% 0.86% -
XYZ 34.67 20.55 19.91 -
YUV 119.08 128.53 199.27 -
System Red Green Blue C M Y K H S L
Decimal 219 68 120 0 0.69 0.45 0.14 339.34 0.68 0.56
Hex DB 44 78 0 45 2D E 153 44 38
Octal 333 104 170 0 105 55 16 523 104 70
Binary 11011011 1000100 1111000 0 1000101 101101 1110 101010011 1000100 111000

Color Harmonies of #DB4478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4478

Black with #DB4478

Text Example


Text Example

White with #DB4478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4478; }

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

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

background-color css

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

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

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

border-color css

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

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

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