Html Css Color HEX #DB4571 Cranberry

📋 copy color: '#DB4571'

red 219 ◦ green 69 ◦ blue 113

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

Shades of Cranberry #DB4571

Tints of Cranberry #DB4571

RGB

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

 GREEN value IS 69 (27.34% from 255) = 17.21%

 BLUE value IS 113 (44.53% from 255) = 28.18%

R = 54.61%
G = 17.21%
B = 28.18%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#DB4571 (or 0xDB4571) is known color: Cranberry. HEX triplet: DB, 45 and 71. RGB value is (219,69,113). Sum of RGB (Red+Green+Blue) = 219+69+113=401 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.61% from 401); Green value is 69 (27.34% from 255 or 17.21% from 401); Blue value is 113 (44.53% from 255 or 28.18% from 401); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4571 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB4571 is #24BA8E. Grayscale: #767676. Windows color (decimal): -2407055 or 7423451. OLE color: 7423451.

HSL color Cylindrical-coordinate representation of color #DB4571: hue angle of 342.4º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DB4571 is Cyan = 0, Magento = 0.68, Yellow = 0.48 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 69 113 -
CMYK 0 0.68 0.48 0.14
HSL 342.4º 0.68% 0.56% -
HSV(B) 342.4º 0.68% 0.86% -
XYZ 34.32 20.51 17.77 -
YUV 118.87 124.7 199.42 -
System Red Green Blue C M Y K H S L
Decimal 219 69 113 0 0.68 0.48 0.14 342.4 0.68 0.56
Hex DB 45 71 0 44 30 E 156 44 38
Octal 333 105 161 0 104 60 16 526 104 70
Binary 11011011 1000101 1110001 0 1000100 110000 1110 101010110 1000100 111000

Color Harmonies of #DB4571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4571

Black with #DB4571

Text Example


Text Example

White with #DB4571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4571; }

 p { color: rgb(219,69,113); }

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

background-color css

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

 a { background-color: rgb(219,69,113); }

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

border-color css

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

 span { border-color: rgb(219,69,113); }

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