Html Css Color HEX #DB477B Cranberry

📋 copy color: '#DB477B'

red 219 ◦ green 71 ◦ blue 123

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

Shades of Cranberry #DB477B

Tints of Cranberry #DB477B

RGB

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

 GREEN value IS 71 (28.13% from 255) = 17.19%

 BLUE value IS 123 (48.44% from 255) = 29.78%

R = 53.03%
G = 17.19%
B = 29.78%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.44

 K value IS 0.14

RGB Variations

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

Color information

#DB477B (or 0xDB477B) is known color: Cranberry. HEX triplet: DB, 47 and 7B. RGB value is (219,71,123). Sum of RGB (Red+Green+Blue) = 219+71+123=413 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.03% from 413); Green value is 71 (28.12% from 255 or 17.19% from 413); Blue value is 123 (48.44% from 255 or 29.78% from 413); Max value from RGB is 219 - color contains mainly: red. Hex color #DB477B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB477B is #24B884. Grayscale: #797979. Windows color (decimal): -2406533 or 8079323. OLE color: 8079323.

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

Color convert

RGB 219 71 123 -
CMYK 0 0.68 0.44 0.14
HSL 338.92º 0.67% 0.57% -
HSV(B) 338.92º 0.68% 0.86% -
XYZ 35.04 21 20.94 -
YUV 121.18 129.03 197.77 -
System Red Green Blue C M Y K H S L
Decimal 219 71 123 0 0.68 0.44 0.14 338.92 0.67 0.57
Hex DB 47 7B 0 44 2C E 153 43 39
Octal 333 107 173 0 104 54 16 523 103 71
Binary 11011011 1000111 1111011 0 1000100 101100 1110 101010011 1000011 111001

Color Harmonies of #DB477B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB477B

Black with #DB477B

Text Example


Text Example

White with #DB477B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB477B; }

 p { color: rgb(219,71,123); }

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

background-color css

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

 a { background-color: rgb(219,71,123); }

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

border-color css

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

 span { border-color: rgb(219,71,123); }

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