Html Css Color HEX #D9516F Cranberry

📋 copy color: '#D9516F'

red 217 ◦ green 81 ◦ blue 111

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

Shades of Cranberry #D9516F

Tints of Cranberry #D9516F

RGB

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

 GREEN value IS 81 (32.03% from 255) = 19.8%

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

R = 53.06%
G = 19.8%
B = 27.14%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#D9516F (or 0xD9516F) is known color: Cranberry. HEX triplet: D9, 51 and 6F. RGB value is (217,81,111). Sum of RGB (Red+Green+Blue) = 217+81+111=409 (54% of max value = 765). Red value is 217 (85.16% from 255 or 53.06% from 409); Green value is 81 (32.03% from 255 or 19.80% from 409); Blue value is 111 (43.75% from 255 or 27.14% from 409); Max value from RGB is 217 - color contains mainly: red. Hex color #D9516F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9516F is #26AE90. Grayscale: #7D7D7D. Windows color (decimal): -2535057 or 7295449. OLE color: 7295449.

HSL color Cylindrical-coordinate representation of color #D9516F: hue angle of 346.76º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D9516F is Cyan = 0, Magento = 0.63, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 81 111 -
CMYK 0 0.63 0.49 0.15
HSL 346.76º 0.64% 0.58% -
HSV(B) 346.76º 0.63% 0.85% -
XYZ 34.43 21.78 17.43 -
YUV 125.08 120.06 193.56 -
System Red Green Blue C M Y K H S L
Decimal 217 81 111 0 0.63 0.49 0.15 346.76 0.64 0.58
Hex D9 51 6F 0 3F 31 F 15B 40 3A
Octal 331 121 157 0 77 61 17 533 100 72
Binary 11011001 1010001 1101111 0 111111 110001 1111 101011011 1000000 111010

Color Harmonies of #D9516F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9516F

Black with #D9516F

Text Example


Text Example

White with #D9516F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9516F; }

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

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

background-color css

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

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

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

border-color css

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

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

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