Html Css Color HEX #DB506D Cranberry

📋 copy color: '#DB506D'

red 219 ◦ green 80 ◦ blue 109

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

Shades of Cranberry #DB506D

Tints of Cranberry #DB506D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.61%

 BLUE value IS 109 (42.97% from 255) = 26.72%

R = 53.68%
G = 19.61%
B = 26.72%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#DB506D (or 0xDB506D) is known color: Cranberry. HEX triplet: DB, 50 and 6D. RGB value is (219,80,109). Sum of RGB (Red+Green+Blue) = 219+80+109=408 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.68% from 408); Green value is 80 (31.64% from 255 or 19.61% from 408); Blue value is 109 (42.97% from 255 or 26.72% from 408); Max value from RGB is 219 - color contains mainly: red. Hex color #DB506D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB506D is #24AF92. Grayscale: #7C7C7C. Windows color (decimal): -2404243 or 7164123. OLE color: 7164123.

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

Color convert

RGB 219 80 109 -
CMYK 0 0.63 0.50 0.14
HSL 347.48º 0.66% 0.59% -
HSV(B) 347.48º 0.63% 0.86% -
XYZ 34.84 21.9 16.86 -
YUV 124.87 119.05 195.14 -
System Red Green Blue C M Y K H S L
Decimal 219 80 109 0 0.63 0.50 0.14 347.48 0.66 0.59
Hex DB 50 6D 0 3F 32 E 15B 42 3B
Octal 333 120 155 0 77 62 16 533 102 73
Binary 11011011 1010000 1101101 0 111111 110010 1110 101011011 1000010 111011

Color Harmonies of #DB506D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB506D

Black with #DB506D

Text Example


Text Example

White with #DB506D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB506D; }

 p { color: rgb(219,80,109); }

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

background-color css

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

 a { background-color: rgb(219,80,109); }

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

border-color css

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

 span { border-color: rgb(219,80,109); }

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