Html Css Color HEX #DB5177 Cranberry

📋 copy color: '#DB5177'

red 219 ◦ green 81 ◦ blue 119

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

Shades of Cranberry #DB5177

Tints of Cranberry #DB5177

RGB

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

 GREEN value IS 81 (32.03% from 255) = 19.33%

 BLUE value IS 119 (46.88% from 255) = 28.4%

R = 52.27%
G = 19.33%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#DB5177 (or 0xDB5177) is known color: Cranberry. HEX triplet: DB, 51 and 77. RGB value is (219,81,119). Sum of RGB (Red+Green+Blue) = 219+81+119=419 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.27% from 419); Green value is 81 (32.03% from 255 or 19.33% from 419); Blue value is 119 (46.88% from 255 or 28.40% from 419); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5177 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5177 is #24AE88. Grayscale: #7E7E7E. Windows color (decimal): -2403977 or 7819739. OLE color: 7819739.

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

Color convert

RGB 219 81 119 -
CMYK 0 0.63 0.46 0.14
HSL 343.48º 0.66% 0.59% -
HSV(B) 343.48º 0.63% 0.86% -
XYZ 35.49 22.28 19.88 -
YUV 126.59 123.72 193.91 -
System Red Green Blue C M Y K H S L
Decimal 219 81 119 0 0.63 0.46 0.14 343.48 0.66 0.59
Hex DB 51 77 0 3F 2E E 157 42 3B
Octal 333 121 167 0 77 56 16 527 102 73
Binary 11011011 1010001 1110111 0 111111 101110 1110 101010111 1000010 111011

Color Harmonies of #DB5177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5177

Black with #DB5177

Text Example


Text Example

White with #DB5177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5177; }

 p { color: rgb(219,81,119); }

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

background-color css

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

 a { background-color: rgb(219,81,119); }

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

border-color css

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

 span { border-color: rgb(219,81,119); }

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