Html Css Color HEX #D8476E Cranberry

📋 copy color: '#D8476E'

red 216 ◦ green 71 ◦ blue 110

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

Shades of Cranberry #D8476E

Tints of Cranberry #D8476E

RGB

 RED value IS 216 (84.77% from 255) = 54.41%

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

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

R = 54.41%
G = 17.88%
B = 27.71%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#D8476E (or 0xD8476E) is known color: Cranberry. HEX triplet: D8, 47 and 6E. RGB value is (216,71,110). Sum of RGB (Red+Green+Blue) = 216+71+110=397 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.41% from 397); Green value is 71 (28.12% from 255 or 17.88% from 397); Blue value is 110 (43.36% from 255 or 27.71% from 397); Max value from RGB is 216 - color contains mainly: red. Hex color #D8476E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8476E is #27B891. Grayscale: #767676. Windows color (decimal): -2603154 or 7227352. OLE color: 7227352.

HSL color Cylindrical-coordinate representation of color #D8476E: hue angle of 343.86º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D8476E is Cyan = 0, Magento = 0.67, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 71 110 -
CMYK 0 0.67 0.49 0.15
HSL 343.86º 0.65% 0.56% -
HSV(B) 343.86º 0.67% 0.85% -
XYZ 33.39 20.23 16.9 -
YUV 118.8 123.04 197.33 -
System Red Green Blue C M Y K H S L
Decimal 216 71 110 0 0.67 0.49 0.15 343.86 0.65 0.56
Hex D8 47 6E 0 43 31 F 158 41 38
Octal 330 107 156 0 103 61 17 530 101 70
Binary 11011000 1000111 1101110 0 1000011 110001 1111 101011000 1000001 111000

Color Harmonies of #D8476E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8476E

Black with #D8476E

Text Example


Text Example

White with #D8476E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8476E; }

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

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

background-color css

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

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

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

border-color css

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

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

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