Html Css Color HEX #DB4279 Cranberry

📋 copy color: '#DB4279'

red 219 ◦ green 66 ◦ blue 121

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

Shades of Cranberry #DB4279

Tints of Cranberry #DB4279

RGB

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

 GREEN value IS 66 (26.17% from 255) = 16.26%

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

R = 53.94%
G = 16.26%
B = 29.8%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DB4279 (or 0xDB4279) is known color: Cranberry. HEX triplet: DB, 42 and 79. RGB value is (219,66,121). Sum of RGB (Red+Green+Blue) = 219+66+121=406 (53% of max value = 765). Red value is 219 (85.94% from 255 or 53.94% from 406); Green value is 66 (26.17% from 255 or 16.26% from 406); Blue value is 121 (47.66% from 255 or 29.80% from 406); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4279 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB4279 is #24BD86. Grayscale: #757575. Windows color (decimal): -2407815 or 7946971. OLE color: 7946971.

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

Color convert

RGB 219 66 121 -
CMYK 0 0.70 0.45 0.14
HSL 338.43º 0.68% 0.56% -
HSV(B) 338.43º 0.7% 0.86% -
XYZ 34.61 20.34 20.19 -
YUV 118.02 129.69 200.03 -
System Red Green Blue C M Y K H S L
Decimal 219 66 121 0 0.70 0.45 0.14 338.43 0.68 0.56
Hex DB 42 79 0 46 2D E 152 44 38
Octal 333 102 171 0 106 55 16 522 104 70
Binary 11011011 1000010 1111001 0 1000110 101101 1110 101010010 1000100 111000

Color Harmonies of #DB4279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4279

Black with #DB4279

Text Example


Text Example

White with #DB4279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4279; }

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

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

background-color css

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

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

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

border-color css

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

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

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