Html Css Color HEX #DB5A79 Cranberry

📋 copy color: '#DB5A79'

red 219 ◦ green 90 ◦ blue 121

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

Shades of Cranberry #DB5A79

Tints of Cranberry #DB5A79

RGB

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

 GREEN value IS 90 (35.55% from 255) = 20.93%

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

R = 50.93%
G = 20.93%
B = 28.14%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DB5A79 (or 0xDB5A79) is known color: Cranberry. HEX triplet: DB, 5A and 79. RGB value is (219,90,121). Sum of RGB (Red+Green+Blue) = 219+90+121=430 (56% of max value = 765). Red value is 219 (85.94% from 255 or 50.93% from 430); Green value is 90 (35.55% from 255 or 20.93% from 430); Blue value is 121 (47.66% from 255 or 28.14% from 430); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5A79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5A79 is #24A586. Grayscale: #848484. Windows color (decimal): -2401671 or 7953115. OLE color: 7953115.

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

Color convert

RGB 219 90 121 -
CMYK 0 0.59 0.45 0.14
HSL 345.58º 0.64% 0.61% -
HSV(B) 345.58º 0.59% 0.86% -
XYZ 36.32 23.75 20.76 -
YUV 132.11 121.74 189.98 -
System Red Green Blue C M Y K H S L
Decimal 219 90 121 0 0.59 0.45 0.14 345.58 0.64 0.61
Hex DB 5A 79 0 3B 2D E 15A 40 3D
Octal 333 132 171 0 73 55 16 532 100 75
Binary 11011011 1011010 1111001 0 111011 101101 1110 101011010 1000000 111101

Color Harmonies of #DB5A79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5A79

Black with #DB5A79

Text Example


Text Example

White with #DB5A79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5A79; }

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

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

background-color css

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

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

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

border-color css

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

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

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