Html Css Color HEX #DB5170 Cranberry

📋 copy color: '#DB5170'

red 219 ◦ green 81 ◦ blue 112

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

Shades of Cranberry #DB5170

Tints of Cranberry #DB5170

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 27.18%

R = 53.16%
G = 19.66%
B = 27.18%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DB5170 (or 0xDB5170) is known color: Cranberry. HEX triplet: DB, 51 and 70. RGB value is (219,81,112). Sum of RGB (Red+Green+Blue) = 219+81+112=412 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.16% from 412); Green value is 81 (32.03% from 255 or 19.66% from 412); Blue value is 112 (44.14% from 255 or 27.18% from 412); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5170 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5170 is #24AE8F. Grayscale: #7D7D7D. Windows color (decimal): -2403984 or 7360987. OLE color: 7360987.

HSL color Cylindrical-coordinate representation of color #DB5170: hue angle of 346.52º 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 #DB5170 is Cyan = 0, Magento = 0.63, Yellow = 0.49 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 81 112 -
CMYK 0 0.63 0.49 0.14
HSL 346.52º 0.66% 0.59% -
HSV(B) 346.52º 0.63% 0.86% -
XYZ 35.08 22.11 17.75 -
YUV 125.8 120.22 194.48 -
System Red Green Blue C M Y K H S L
Decimal 219 81 112 0 0.63 0.49 0.14 346.52 0.66 0.59
Hex DB 51 70 0 3F 31 E 15B 42 3B
Octal 333 121 160 0 77 61 16 533 102 73
Binary 11011011 1010001 1110000 0 111111 110001 1110 101011011 1000010 111011

Color Harmonies of #DB5170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5170

Black with #DB5170

Text Example


Text Example

White with #DB5170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5170; }

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

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

background-color css

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

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

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

border-color css

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

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

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