Html Css Color HEX #DB4177 Cranberry

📋 copy color: '#DB4177'

red 219 ◦ green 65 ◦ blue 119

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

Shades of Cranberry #DB4177

Tints of Cranberry #DB4177

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 29.53%

R = 54.34%
G = 16.13%
B = 29.53%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#DB4177 (or 0xDB4177) is known color: Cranberry. HEX triplet: DB, 41 and 77. RGB value is (219,65,119). Sum of RGB (Red+Green+Blue) = 219+65+119=403 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.34% from 403); Green value is 65 (25.78% from 255 or 16.13% from 403); Blue value is 119 (46.88% from 255 or 29.53% from 403); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4177 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB4177 is #24BE88. Grayscale: #757575. Windows color (decimal): -2408073 or 7815643. OLE color: 7815643.

HSL color Cylindrical-coordinate representation of color #DB4177: hue angle of 338.96º 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 #DB4177 is Cyan = 0, Magento = 0.70, Yellow = 0.46 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 65 119 -
CMYK 0 0.70 0.46 0.14
HSL 338.96º 0.68% 0.56% -
HSV(B) 338.96º 0.7% 0.86% -
XYZ 34.43 20.17 19.53 -
YUV 117.2 129.02 200.61 -
System Red Green Blue C M Y K H S L
Decimal 219 65 119 0 0.70 0.46 0.14 338.96 0.68 0.56
Hex DB 41 77 0 46 2E E 153 44 38
Octal 333 101 167 0 106 56 16 523 104 70
Binary 11011011 1000001 1110111 0 1000110 101110 1110 101010011 1000100 111000

Color Harmonies of #DB4177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4177

Black with #DB4177

Text Example


Text Example

White with #DB4177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4177; }

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

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

background-color css

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

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

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

border-color css

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

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

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