Html Css Color HEX #D9466F Cranberry

📋 copy color: '#D9466F'

red 217 ◦ green 70 ◦ blue 111

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

Shades of Cranberry #D9466F

Tints of Cranberry #D9466F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 27.89%

R = 54.52%
G = 17.59%
B = 27.89%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#D9466F (or 0xD9466F) is known color: Cranberry. HEX triplet: D9, 46 and 6F. RGB value is (217,70,111). Sum of RGB (Red+Green+Blue) = 217+70+111=398 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.52% from 398); Green value is 70 (27.73% from 255 or 17.59% from 398); Blue value is 111 (43.75% from 255 or 27.89% from 398); Max value from RGB is 217 - color contains mainly: red. Hex color #D9466F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9466F is #26B990. Grayscale: #767676. Windows color (decimal): -2537873 or 7292633. OLE color: 7292633.

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

Color convert

RGB 217 70 111 -
CMYK 0 0.68 0.49 0.15
HSL 343.27º 0.66% 0.56% -
HSV(B) 343.27º 0.68% 0.85% -
XYZ 33.67 20.28 17.18 -
YUV 118.63 123.7 198.17 -
System Red Green Blue C M Y K H S L
Decimal 217 70 111 0 0.68 0.49 0.15 343.27 0.66 0.56
Hex D9 46 6F 0 44 31 F 157 42 38
Octal 331 106 157 0 104 61 17 527 102 70
Binary 11011001 1000110 1101111 0 1000100 110001 1111 101010111 1000010 111000

Color Harmonies of #D9466F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9466F

Black with #D9466F

Text Example


Text Example

White with #D9466F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9466F; }

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

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

background-color css

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

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

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

border-color css

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

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

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