Html Css Color HEX #D9496D Cranberry

📋 copy color: '#D9496D'

red 217 ◦ green 73 ◦ blue 109

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

Shades of Cranberry #D9496D

Tints of Cranberry #D9496D

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.3%

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

R = 54.39%
G = 18.3%
B = 27.32%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#D9496D (or 0xD9496D) is known color: Cranberry. HEX triplet: D9, 49 and 6D. RGB value is (217,73,109). Sum of RGB (Red+Green+Blue) = 217+73+109=399 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.39% from 399); Green value is 73 (28.91% from 255 or 18.30% from 399); Blue value is 109 (42.97% from 255 or 27.32% from 399); Max value from RGB is 217 - color contains mainly: red. Hex color #D9496D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9496D is #26B692. Grayscale: #787878. Windows color (decimal): -2537107 or 7162329. OLE color: 7162329.

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

Color convert

RGB 217 73 109 -
CMYK 0 0.66 0.50 0.15
HSL 345º 0.65% 0.57% -
HSV(B) 345º 0.66% 0.85% -
XYZ 33.76 20.62 16.67 -
YUV 120.16 121.71 197.07 -
System Red Green Blue C M Y K H S L
Decimal 217 73 109 0 0.66 0.50 0.15 345 0.65 0.57
Hex D9 49 6D 0 42 32 F 159 41 39
Octal 331 111 155 0 102 62 17 531 101 71
Binary 11011001 1001001 1101101 0 1000010 110010 1111 101011001 1000001 111001

Color Harmonies of #D9496D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9496D

Black with #D9496D

Text Example


Text Example

White with #D9496D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9496D; }

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

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

background-color css

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

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

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

border-color css

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

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

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