Html Css Color HEX #D9466D Cranberry

📋 copy color: '#D9466D'

red 217 ◦ green 70 ◦ blue 109

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

Shades of Cranberry #D9466D

Tints of Cranberry #D9466D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.68%

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

R = 54.8%
G = 17.68%
B = 27.53%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#D9466D (or 0xD9466D) is known color: Cranberry. HEX triplet: D9, 46 and 6D. RGB value is (217,70,109). Sum of RGB (Red+Green+Blue) = 217+70+109=396 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.80% from 396); Green value is 70 (27.73% from 255 or 17.68% from 396); Blue value is 109 (42.97% from 255 or 27.53% from 396); Max value from RGB is 217 - color contains mainly: red. Hex color #D9466D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9466D is #26B992. Grayscale: #767676. Windows color (decimal): -2537875 or 7161561. OLE color: 7161561.

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

Color convert

RGB 217 70 109 -
CMYK 0 0.68 0.50 0.15
HSL 344.08º 0.66% 0.56% -
HSV(B) 344.08º 0.68% 0.85% -
XYZ 33.57 20.24 16.6 -
YUV 118.4 122.7 198.33 -
System Red Green Blue C M Y K H S L
Decimal 217 70 109 0 0.68 0.50 0.15 344.08 0.66 0.56
Hex D9 46 6D 0 44 32 F 158 42 38
Octal 331 106 155 0 104 62 17 530 102 70
Binary 11011001 1000110 1101101 0 1000100 110010 1111 101011000 1000010 111000

Color Harmonies of #D9466D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9466D

Black with #D9466D

Text Example


Text Example

White with #D9466D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9466D; }

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

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

background-color css

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

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

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

border-color css

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

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

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