Html Css Color HEX #D8486D Cranberry

📋 copy color: '#D8486D'

red 216 ◦ green 72 ◦ blue 109

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

Shades of Cranberry #D8486D

Tints of Cranberry #D8486D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 18.14%

 BLUE value IS 109 (42.97% from 255) = 27.46%

R = 54.41%
G = 18.14%
B = 27.46%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#D8486D (or 0xD8486D) is known color: Cranberry. HEX triplet: D8, 48 and 6D. RGB value is (216,72,109). Sum of RGB (Red+Green+Blue) = 216+72+109=397 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.41% from 397); Green value is 72 (28.52% from 255 or 18.14% from 397); Blue value is 109 (42.97% from 255 or 27.46% from 397); Max value from RGB is 216 - color contains mainly: red. Hex color #D8486D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8486D is #27B792. Grayscale: #777777. Windows color (decimal): -2602899 or 7162072. OLE color: 7162072.

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

Color convert

RGB 216 72 109 -
CMYK 0 0.67 0.50 0.15
HSL 344.58º 0.65% 0.56% -
HSV(B) 344.58º 0.67% 0.85% -
XYZ 33.4 20.34 16.63 -
YUV 119.27 122.21 196.99 -
System Red Green Blue C M Y K H S L
Decimal 216 72 109 0 0.67 0.50 0.15 344.58 0.65 0.56
Hex D8 48 6D 0 43 32 F 159 41 38
Octal 330 110 155 0 103 62 17 531 101 70
Binary 11011000 1001000 1101101 0 1000011 110010 1111 101011001 1000001 111000

Color Harmonies of #D8486D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8486D

Black with #D8486D

Text Example


Text Example

White with #D8486D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8486D; }

 p { color: rgb(216,72,109); }

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

background-color css

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

 a { background-color: rgb(216,72,109); }

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

border-color css

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

 span { border-color: rgb(216,72,109); }

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