Html Css Color HEX #DB4979 Cranberry

📋 copy color: '#DB4979'

red 219 ◦ green 73 ◦ blue 121

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

Shades of Cranberry #DB4979

Tints of Cranberry #DB4979

RGB

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

 GREEN value IS 73 (28.91% from 255) = 17.68%

 BLUE value IS 121 (47.66% from 255) = 29.3%

R = 53.03%
G = 17.68%
B = 29.3%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DB4979 (or 0xDB4979) is known color: Cranberry. HEX triplet: DB, 49 and 79. RGB value is (219,73,121). Sum of RGB (Red+Green+Blue) = 219+73+121=413 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.03% from 413); Green value is 73 (28.91% from 255 or 17.68% from 413); Blue value is 121 (47.66% from 255 or 29.30% from 413); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4979 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB4979 is #24B686. Grayscale: #7A7A7A. Windows color (decimal): -2406023 or 7948763. OLE color: 7948763.

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

Color convert

RGB 219 73 121 -
CMYK 0 0.67 0.45 0.14
HSL 340.27º 0.67% 0.57% -
HSV(B) 340.27º 0.67% 0.86% -
XYZ 35.05 21.21 20.34 -
YUV 122.13 127.37 197.1 -
System Red Green Blue C M Y K H S L
Decimal 219 73 121 0 0.67 0.45 0.14 340.27 0.67 0.57
Hex DB 49 79 0 43 2D E 154 43 39
Octal 333 111 171 0 103 55 16 524 103 71
Binary 11011011 1001001 1111001 0 1000011 101101 1110 101010100 1000011 111001

Color Harmonies of #DB4979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4979

Black with #DB4979

Text Example


Text Example

White with #DB4979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4979; }

 p { color: rgb(219,73,121); }

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

background-color css

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

 a { background-color: rgb(219,73,121); }

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

border-color css

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

 span { border-color: rgb(219,73,121); }

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