Html Css Color HEX #DB476E Cranberry

📋 copy color: '#DB476E'

red 219 ◦ green 71 ◦ blue 110

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

Shades of Cranberry #DB476E

Tints of Cranberry #DB476E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 27.5%

R = 54.75%
G = 17.75%
B = 27.5%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#DB476E (or 0xDB476E) is known color: Cranberry. HEX triplet: DB, 47 and 6E. RGB value is (219,71,110). Sum of RGB (Red+Green+Blue) = 219+71+110=400 (52% of max value = 765). Red value is 219 (85.94% from 255 or 54.75% from 400); Green value is 71 (28.12% from 255 or 17.75% from 400); Blue value is 110 (43.36% from 255 or 27.5% from 400); Max value from RGB is 219 - color contains mainly: red. Hex color #DB476E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB476E is #24B891. Grayscale: #777777. Windows color (decimal): -2406546 or 7227355. OLE color: 7227355.

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

Color convert

RGB 219 71 110 -
CMYK 0 0.68 0.50 0.14
HSL 344.19º 0.67% 0.57% -
HSV(B) 344.19º 0.68% 0.86% -
XYZ 34.28 20.69 16.94 -
YUV 119.7 122.53 198.83 -
System Red Green Blue C M Y K H S L
Decimal 219 71 110 0 0.68 0.50 0.14 344.19 0.67 0.57
Hex DB 47 6E 0 44 32 E 158 43 39
Octal 333 107 156 0 104 62 16 530 103 71
Binary 11011011 1000111 1101110 0 1000100 110010 1110 101011000 1000011 111001

Color Harmonies of #DB476E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB476E

Black with #DB476E

Text Example


Text Example

White with #DB476E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB476E; }

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

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

background-color css

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

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

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

border-color css

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

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

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