Html Css Color HEX #DB4971 Cranberry

📋 copy color: '#DB4971'

red 219 ◦ green 73 ◦ blue 113

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

Shades of Cranberry #DB4971

Tints of Cranberry #DB4971

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.02%

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

R = 54.07%
G = 18.02%
B = 27.9%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#DB4971 (or 0xDB4971) is known color: Cranberry. HEX triplet: DB, 49 and 71. RGB value is (219,73,113). Sum of RGB (Red+Green+Blue) = 219+73+113=405 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.07% from 405); Green value is 73 (28.91% from 255 or 18.02% from 405); Blue value is 113 (44.53% from 255 or 27.90% from 405); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4971 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB4971 is #24B68E. Grayscale: #797979. Windows color (decimal): -2406031 or 7424475. OLE color: 7424475.

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

Color convert

RGB 219 73 113 -
CMYK 0 0.67 0.48 0.14
HSL 343.56º 0.67% 0.57% -
HSV(B) 343.56º 0.67% 0.86% -
XYZ 34.58 21.02 17.86 -
YUV 121.21 123.37 197.75 -
System Red Green Blue C M Y K H S L
Decimal 219 73 113 0 0.67 0.48 0.14 343.56 0.67 0.57
Hex DB 49 71 0 43 30 E 158 43 39
Octal 333 111 161 0 103 60 16 530 103 71
Binary 11011011 1001001 1110001 0 1000011 110000 1110 101011000 1000011 111001

Color Harmonies of #DB4971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4971

Black with #DB4971

Text Example


Text Example

White with #DB4971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4971; }

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

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

background-color css

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

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

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

border-color css

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

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

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