Html Css Color HEX #DB4071 Cranberry

📋 copy color: '#DB4071'

red 219 ◦ green 64 ◦ blue 113

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

Shades of Cranberry #DB4071

Tints of Cranberry #DB4071

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.16%

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

R = 55.3%
G = 16.16%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#DB4071 (or 0xDB4071) is known color: Cranberry. HEX triplet: DB, 40 and 71. RGB value is (219,64,113). Sum of RGB (Red+Green+Blue) = 219+64+113=396 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.30% from 396); Green value is 64 (25.39% from 255 or 16.16% from 396); Blue value is 113 (44.53% from 255 or 28.54% from 396); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4071 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB4071 is #24BF8E. Grayscale: #737373. Windows color (decimal): -2408335 or 7422171. OLE color: 7422171.

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

Color convert

RGB 219 64 113 -
CMYK 0 0.71 0.48 0.14
HSL 341.03º 0.68% 0.55% -
HSV(B) 341.03º 0.71% 0.86% -
XYZ 34.03 19.92 17.67 -
YUV 115.93 126.35 201.52 -
System Red Green Blue C M Y K H S L
Decimal 219 64 113 0 0.71 0.48 0.14 341.03 0.68 0.55
Hex DB 40 71 0 47 30 E 155 44 37
Octal 333 100 161 0 107 60 16 525 104 67
Binary 11011011 1000000 1110001 0 1000111 110000 1110 101010101 1000100 110111

Color Harmonies of #DB4071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4071

Black with #DB4071

Text Example


Text Example

White with #DB4071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4071; }

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

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

background-color css

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

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

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

border-color css

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

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

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