Html Css Color HEX #DB5087 Cranberry

📋 copy color: '#DB5087'

red 219 ◦ green 80 ◦ blue 135

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

Shades of Cranberry #DB5087

Tints of Cranberry #DB5087

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 31.11%

R = 50.46%
G = 18.43%
B = 31.11%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.38

 K value IS 0.14

RGB Variations

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

Color information

#DB5087 (or 0xDB5087) is known color: Cranberry. HEX triplet: DB, 50 and 87. RGB value is (219,80,135). Sum of RGB (Red+Green+Blue) = 219+80+135=434 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.46% from 434); Green value is 80 (31.64% from 255 or 18.43% from 434); Blue value is 135 (53.12% from 255 or 31.11% from 434); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5087 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5087 is #24AF78. Grayscale: #7F7F7F. Windows color (decimal): -2404217 or 8868059. OLE color: 8868059.

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

Color convert

RGB 219 80 135 -
CMYK 0 0.63 0.38 0.14
HSL 336.26º 0.66% 0.59% -
HSV(B) 336.26º 0.63% 0.86% -
XYZ 36.46 22.55 25.35 -
YUV 127.83 132.05 193.03 -
System Red Green Blue C M Y K H S L
Decimal 219 80 135 0 0.63 0.38 0.14 336.26 0.66 0.59
Hex DB 50 87 0 3F 26 E 150 42 3B
Octal 333 120 207 0 77 46 16 520 102 73
Binary 11011011 1010000 10000111 0 111111 100110 1110 101010000 1000010 111011

Color Harmonies of #DB5087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5087

Black with #DB5087

Text Example


Text Example

White with #DB5087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5087; }

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

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

background-color css

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

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

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

border-color css

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

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

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