Html Css Color HEX #DB476C Cranberry

📋 copy color: '#DB476C'

red 219 ◦ green 71 ◦ blue 108

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

Shades of Cranberry #DB476C

Tints of Cranberry #DB476C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 27.14%

R = 55.03%
G = 17.84%
B = 27.14%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#DB476C (or 0xDB476C) is known color: Cranberry. HEX triplet: DB, 47 and 6C. RGB value is (219,71,108). Sum of RGB (Red+Green+Blue) = 219+71+108=398 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.03% from 398); Green value is 71 (28.12% from 255 or 17.84% from 398); Blue value is 108 (42.58% from 255 or 27.14% from 398); Max value from RGB is 219 - color contains mainly: red. Hex color #DB476C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB476C is #24B893. Grayscale: #777777. Windows color (decimal): -2406548 or 7096283. OLE color: 7096283.

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

Color convert

RGB 219 71 108 -
CMYK 0 0.68 0.51 0.14
HSL 345º 0.67% 0.57% -
HSV(B) 345º 0.68% 0.86% -
XYZ 34.17 20.65 16.37 -
YUV 119.47 121.53 198.99 -
System Red Green Blue C M Y K H S L
Decimal 219 71 108 0 0.68 0.51 0.14 345 0.67 0.57
Hex DB 47 6C 0 44 33 E 159 43 39
Octal 333 107 154 0 104 63 16 531 103 71
Binary 11011011 1000111 1101100 0 1000100 110011 1110 101011001 1000011 111001

Color Harmonies of #DB476C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB476C

Black with #DB476C

Text Example


Text Example

White with #DB476C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB476C; }

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

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

background-color css

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

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

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

border-color css

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

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

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