Html Css Color HEX #DB4171 Cranberry

📋 copy color: '#DB4171'

red 219 ◦ green 65 ◦ blue 113

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

Shades of Cranberry #DB4171

Tints of Cranberry #DB4171

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.37%

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

R = 55.16%
G = 16.37%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#DB4171 (or 0xDB4171) is known color: Cranberry. HEX triplet: DB, 41 and 71. RGB value is (219,65,113). Sum of RGB (Red+Green+Blue) = 219+65+113=397 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.16% from 397); Green value is 65 (25.78% from 255 or 16.37% from 397); Blue value is 113 (44.53% from 255 or 28.46% from 397); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4171 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB4171 is #24BE8E. Grayscale: #747474. Windows color (decimal): -2408079 or 7422427. OLE color: 7422427.

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

Color convert

RGB 219 65 113 -
CMYK 0 0.70 0.48 0.14
HSL 341.3º 0.68% 0.56% -
HSV(B) 341.3º 0.7% 0.86% -
XYZ 34.08 20.03 17.69 -
YUV 116.52 126.02 201.1 -
System Red Green Blue C M Y K H S L
Decimal 219 65 113 0 0.70 0.48 0.14 341.3 0.68 0.56
Hex DB 41 71 0 46 30 E 155 44 38
Octal 333 101 161 0 106 60 16 525 104 70
Binary 11011011 1000001 1110001 0 1000110 110000 1110 101010101 1000100 111000

Color Harmonies of #DB4171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4171

Black with #DB4171

Text Example


Text Example

White with #DB4171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4171; }

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

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

background-color css

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

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

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

border-color css

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

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

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