Html Css Color HEX #DB517A Cranberry

📋 copy color: '#DB517A'

red 219 ◦ green 81 ◦ blue 122

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

Shades of Cranberry #DB517A

Tints of Cranberry #DB517A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 28.91%

R = 51.9%
G = 19.19%
B = 28.91%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.44

 K value IS 0.14

RGB Variations

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

Color information

#DB517A (or 0xDB517A) is known color: Cranberry. HEX triplet: DB, 51 and 7A. RGB value is (219,81,122). Sum of RGB (Red+Green+Blue) = 219+81+122=422 (55% of max value = 765). Red value is 219 (85.94% from 255 or 51.90% from 422); Green value is 81 (32.03% from 255 or 19.19% from 422); Blue value is 122 (48.05% from 255 or 28.91% from 422); Max value from RGB is 219 - color contains mainly: red. Hex color #DB517A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB517A is #24AE85. Grayscale: #7E7E7E. Windows color (decimal): -2403974 or 8016347. OLE color: 8016347.

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

Color convert

RGB 219 81 122 -
CMYK 0 0.63 0.44 0.14
HSL 342.17º 0.66% 0.59% -
HSV(B) 342.17º 0.63% 0.86% -
XYZ 35.67 22.35 20.85 -
YUV 126.94 125.22 193.67 -
System Red Green Blue C M Y K H S L
Decimal 219 81 122 0 0.63 0.44 0.14 342.17 0.66 0.59
Hex DB 51 7A 0 3F 2C E 156 42 3B
Octal 333 121 172 0 77 54 16 526 102 73
Binary 11011011 1010001 1111010 0 111111 101100 1110 101010110 1000010 111011

Color Harmonies of #DB517A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB517A

Black with #DB517A

Text Example


Text Example

White with #DB517A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB517A; }

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

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

background-color css

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

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

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

border-color css

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

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

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