Html Css Color HEX #DB5D73 Cranberry

📋 copy color: '#DB5D73'

red 219 ◦ green 93 ◦ blue 115

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

Shades of Cranberry #DB5D73

Tints of Cranberry #DB5D73

RGB

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

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

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

R = 51.29%
G = 21.78%
B = 26.93%

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

#DB5D73 (or 0xDB5D73) is known color: Cranberry. HEX triplet: DB, 5D and 73. RGB value is (219,93,115). Sum of RGB (Red+Green+Blue) = 219+93+115=427 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.29% from 427); Green value is 93 (36.72% from 255 or 21.78% from 427); Blue value is 115 (45.31% from 255 or 26.93% from 427); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5D73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5D73 is #24A28C. Grayscale: #858585. Windows color (decimal): -2400909 or 7560667. OLE color: 7560667.

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

Color convert

RGB 219 93 115 -
CMYK 0 0.58 0.47 0.14
HSL 349.52º 0.64% 0.61% -
HSV(B) 349.52º 0.58% 0.86% -
XYZ 36.22 24.13 18.97 -
YUV 133.18 117.74 189.21 -
System Red Green Blue C M Y K H S L
Decimal 219 93 115 0 0.58 0.47 0.14 349.52 0.64 0.61
Hex DB 5D 73 0 3A 2F E 15E 40 3D
Octal 333 135 163 0 72 57 16 536 100 75
Binary 11011011 1011101 1110011 0 111010 101111 1110 101011110 1000000 111101

Color Harmonies of #DB5D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5D73

Black with #DB5D73

Text Example


Text Example

White with #DB5D73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5D73; }

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

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

background-color css

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

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

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

border-color css

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

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

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