Html Css Color HEX #DB5B73 Cranberry

📋 copy color: '#DB5B73'

red 219 ◦ green 91 ◦ blue 115

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

Shades of Cranberry #DB5B73

Tints of Cranberry #DB5B73

RGB

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

 GREEN value IS 91 (35.94% from 255) = 21.41%

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

R = 51.53%
G = 21.41%
B = 27.06%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DB5B73 (or 0xDB5B73) is known color: Cranberry. HEX triplet: DB, 5B and 73. RGB value is (219,91,115). Sum of RGB (Red+Green+Blue) = 219+91+115=425 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.53% from 425); Green value is 91 (35.94% from 255 or 21.41% from 425); Blue value is 115 (45.31% from 255 or 27.06% from 425); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5B73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5B73 is #24A48C. Grayscale: #848484. Windows color (decimal): -2401421 or 7560155. OLE color: 7560155.

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

Color convert

RGB 219 91 115 -
CMYK 0 0.58 0.47 0.14
HSL 348.75º 0.64% 0.61% -
HSV(B) 348.75º 0.58% 0.86% -
XYZ 36.05 23.78 18.91 -
YUV 132.01 118.41 190.05 -
System Red Green Blue C M Y K H S L
Decimal 219 91 115 0 0.58 0.47 0.14 348.75 0.64 0.61
Hex DB 5B 73 0 3A 2F E 15D 40 3D
Octal 333 133 163 0 72 57 16 535 100 75
Binary 11011011 1011011 1110011 0 111010 101111 1110 101011101 1000000 111101

Color Harmonies of #DB5B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5B73

Black with #DB5B73

Text Example


Text Example

White with #DB5B73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5B73; }

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

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

background-color css

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

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

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

border-color css

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

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

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