Html Css Color HEX #D9486D Cranberry

📋 copy color: '#D9486D'

red 217 ◦ green 72 ◦ blue 109

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

Shades of Cranberry #D9486D

Tints of Cranberry #D9486D

RGB

 RED value IS 217 (85.16% from 255) = 54.52%

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

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

R = 54.52%
G = 18.09%
B = 27.39%

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

#D9486D (or 0xD9486D) is known color: Cranberry. HEX triplet: D9, 48 and 6D. RGB value is (217,72,109). Sum of RGB (Red+Green+Blue) = 217+72+109=398 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.52% from 398); Green value is 72 (28.52% from 255 or 18.09% from 398); Blue value is 109 (42.97% from 255 or 27.39% from 398); Max value from RGB is 217 - color contains mainly: red. Hex color #D9486D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9486D is #26B792. Grayscale: #777777. Windows color (decimal): -2537363 or 7162073. OLE color: 7162073.

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

Color convert

RGB 217 72 109 -
CMYK 0 0.67 0.50 0.15
HSL 344.69º 0.66% 0.57% -
HSV(B) 344.69º 0.67% 0.85% -
XYZ 33.69 20.49 16.65 -
YUV 119.57 122.04 197.49 -
System Red Green Blue C M Y K H S L
Decimal 217 72 109 0 0.67 0.50 0.15 344.69 0.66 0.57
Hex D9 48 6D 0 43 32 F 159 42 39
Octal 331 110 155 0 103 62 17 531 102 71
Binary 11011001 1001000 1101101 0 1000011 110010 1111 101011001 1000010 111001

Color Harmonies of #D9486D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9486D

Black with #D9486D

Text Example


Text Example

White with #D9486D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9486D; }

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

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

background-color css

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

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

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

border-color css

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

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

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