Html Css Color HEX #DB517D Cranberry

📋 copy color: '#DB517D'

red 219 ◦ green 81 ◦ blue 125

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

Shades of Cranberry #DB517D

Tints of Cranberry #DB517D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 29.41%

R = 51.53%
G = 19.06%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.43

 K value IS 0.14

RGB Variations

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

Color information

#DB517D (or 0xDB517D) is known color: Cranberry. HEX triplet: DB, 51 and 7D. RGB value is (219,81,125). Sum of RGB (Red+Green+Blue) = 219+81+125=425 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.53% from 425); Green value is 81 (32.03% from 255 or 19.06% from 425); Blue value is 125 (49.22% from 255 or 29.41% from 425); Max value from RGB is 219 - color contains mainly: red. Hex color #DB517D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB517D is #24AE82. Grayscale: #7F7F7F. Windows color (decimal): -2403971 or 8212955. OLE color: 8212955.

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

Color convert

RGB 219 81 125 -
CMYK 0 0.63 0.43 0.14
HSL 340.87º 0.66% 0.59% -
HSV(B) 340.87º 0.63% 0.86% -
XYZ 35.86 22.43 21.84 -
YUV 127.28 126.72 193.42 -
System Red Green Blue C M Y K H S L
Decimal 219 81 125 0 0.63 0.43 0.14 340.87 0.66 0.59
Hex DB 51 7D 0 3F 2B E 155 42 3B
Octal 333 121 175 0 77 53 16 525 102 73
Binary 11011011 1010001 1111101 0 111111 101011 1110 101010101 1000010 111011

Color Harmonies of #DB517D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB517D

Black with #DB517D

Text Example


Text Example

White with #DB517D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB517D; }

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

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

background-color css

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

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

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

border-color css

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

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

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