Html Css Color HEX #DB5D80 Cranberry

📋 copy color: '#DB5D80'

red 219 ◦ green 93 ◦ blue 128

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

Shades of Cranberry #DB5D80

Tints of Cranberry #DB5D80

RGB

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

 GREEN value IS 93 (36.72% from 255) = 21.14%

 BLUE value IS 128 (50.39% from 255) = 29.09%

R = 49.77%
G = 21.14%
B = 29.09%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#DB5D80 (or 0xDB5D80) is known color: Cranberry. HEX triplet: DB, 5D and 80. RGB value is (219,93,128). Sum of RGB (Red+Green+Blue) = 219+93+128=440 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.77% from 440); Green value is 93 (36.72% from 255 or 21.14% from 440); Blue value is 128 (50.39% from 255 or 29.09% from 440); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5D80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5D80 is #24A27F. Grayscale: #868686. Windows color (decimal): -2400896 or 8412635. OLE color: 8412635.

HSL color Cylindrical-coordinate representation of color #DB5D80: hue angle of 343.33º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DB5D80 is Cyan = 0, Magento = 0.58, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 93 128 -
CMYK 0 0.58 0.42 0.14
HSL 343.33º 0.64% 0.61% -
HSV(B) 343.33º 0.58% 0.86% -
XYZ 37.02 24.45 23.19 -
YUV 134.66 124.24 188.15 -
System Red Green Blue C M Y K H S L
Decimal 219 93 128 0 0.58 0.42 0.14 343.33 0.64 0.61
Hex DB 5D 80 0 3A 2A E 157 40 3D
Octal 333 135 200 0 72 52 16 527 100 75
Binary 11011011 1011101 10000000 0 111010 101010 1110 101010111 1000000 111101

Color Harmonies of #DB5D80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5D80

Black with #DB5D80

Text Example


Text Example

White with #DB5D80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5D80; }

 p { color: rgb(219,93,128); }

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

background-color css

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

 a { background-color: rgb(219,93,128); }

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

border-color css

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

 span { border-color: rgb(219,93,128); }

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