Html Css Color HEX #DB5973 Cranberry

📋 copy color: '#DB5973'

red 219 ◦ green 89 ◦ blue 115

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

Shades of Cranberry #DB5973

Tints of Cranberry #DB5973

RGB

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

 GREEN value IS 89 (35.16% from 255) = 21.04%

 BLUE value IS 115 (45.31% from 255) = 27.19%

R = 51.77%
G = 21.04%
B = 27.19%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DB5973 (or 0xDB5973) is known color: Cranberry. HEX triplet: DB, 59 and 73. RGB value is (219,89,115). Sum of RGB (Red+Green+Blue) = 219+89+115=423 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.77% from 423); Green value is 89 (35.16% from 255 or 21.04% from 423); Blue value is 115 (45.31% from 255 or 27.19% from 423); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5973 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5973 is #24A68C. Grayscale: #828282. Windows color (decimal): -2401933 or 7559643. OLE color: 7559643.

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

Color convert

RGB 219 89 115 -
CMYK 0 0.59 0.47 0.14
HSL 348º 0.64% 0.6% -
HSV(B) 348º 0.59% 0.86% -
XYZ 35.88 23.44 18.85 -
YUV 130.83 119.07 190.89 -
System Red Green Blue C M Y K H S L
Decimal 219 89 115 0 0.59 0.47 0.14 348 0.64 0.6
Hex DB 59 73 0 3B 2F E 15C 40 3C
Octal 333 131 163 0 73 57 16 534 100 74
Binary 11011011 1011001 1110011 0 111011 101111 1110 101011100 1000000 111100

Color Harmonies of #DB5973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5973

Black with #DB5973

Text Example


Text Example

White with #DB5973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5973; }

 p { color: rgb(219,89,115); }

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

background-color css

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

 a { background-color: rgb(219,89,115); }

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

border-color css

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

 span { border-color: rgb(219,89,115); }

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