Html Css Color HEX #DB4371 Cranberry

📋 copy color: '#DB4371'

red 219 ◦ green 67 ◦ blue 113

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

Shades of Cranberry #DB4371

Tints of Cranberry #DB4371

RGB

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

 GREEN value IS 67 (26.56% from 255) = 16.79%

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

R = 54.89%
G = 16.79%
B = 28.32%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#DB4371 (or 0xDB4371) is known color: Cranberry. HEX triplet: DB, 43 and 71. RGB value is (219,67,113). Sum of RGB (Red+Green+Blue) = 219+67+113=399 (52% of max value = 765). Red value is 219 (85.94% from 255 or 54.89% from 399); Green value is 67 (26.56% from 255 or 16.79% from 399); Blue value is 113 (44.53% from 255 or 28.32% from 399); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4371 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB4371 is #24BC8E. Grayscale: #757575. Windows color (decimal): -2407567 or 7422939. OLE color: 7422939.

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

Color convert

RGB 219 67 113 -
CMYK 0 0.69 0.48 0.14
HSL 341.84º 0.68% 0.56% -
HSV(B) 341.84º 0.69% 0.86% -
XYZ 34.2 20.27 17.73 -
YUV 117.69 125.36 200.26 -
System Red Green Blue C M Y K H S L
Decimal 219 67 113 0 0.69 0.48 0.14 341.84 0.68 0.56
Hex DB 43 71 0 45 30 E 156 44 38
Octal 333 103 161 0 105 60 16 526 104 70
Binary 11011011 1000011 1110001 0 1000101 110000 1110 101010110 1000100 111000

Color Harmonies of #DB4371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4371

Black with #DB4371

Text Example


Text Example

White with #DB4371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4371; }

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

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

background-color css

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

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

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

border-color css

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

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

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