Html Css Color HEX #DB5773 Cranberry

📋 copy color: '#DB5773'

red 219 ◦ green 87 ◦ blue 115

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

Shades of Cranberry #DB5773

Tints of Cranberry #DB5773

RGB

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

 GREEN value IS 87 (34.38% from 255) = 20.67%

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

R = 52.02%
G = 20.67%
B = 27.32%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DB5773 (or 0xDB5773) is known color: Cranberry. HEX triplet: DB, 57 and 73. RGB value is (219,87,115). Sum of RGB (Red+Green+Blue) = 219+87+115=421 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.02% from 421); Green value is 87 (34.38% from 255 or 20.67% from 421); Blue value is 115 (45.31% from 255 or 27.32% from 421); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5773 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5773 is #24A88C. Grayscale: #818181. Windows color (decimal): -2402445 or 7559131. OLE color: 7559131.

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

Color convert

RGB 219 87 115 -
CMYK 0 0.60 0.47 0.14
HSL 347.27º 0.65% 0.6% -
HSV(B) 347.27º 0.6% 0.86% -
XYZ 35.72 23.11 18.8 -
YUV 129.66 119.73 191.72 -
System Red Green Blue C M Y K H S L
Decimal 219 87 115 0 0.60 0.47 0.14 347.27 0.65 0.6
Hex DB 57 73 0 3C 2F E 15B 41 3C
Octal 333 127 163 0 74 57 16 533 101 74
Binary 11011011 1010111 1110011 0 111100 101111 1110 101011011 1000001 111100

Color Harmonies of #DB5773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5773

Black with #DB5773

Text Example


Text Example

White with #DB5773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5773; }

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

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

background-color css

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

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

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

border-color css

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

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

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