Html Css Color HEX #D9506F Cranberry

📋 copy color: '#D9506F'

red 217 ◦ green 80 ◦ blue 111

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

Shades of Cranberry #D9506F

Tints of Cranberry #D9506F

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.61%

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

R = 53.19%
G = 19.61%
B = 27.21%

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

#D9506F (or 0xD9506F) is known color: Cranberry. HEX triplet: D9, 50 and 6F. RGB value is (217,80,111). Sum of RGB (Red+Green+Blue) = 217+80+111=408 (54% of max value = 765). Red value is 217 (85.16% from 255 or 53.19% from 408); Green value is 80 (31.64% from 255 or 19.61% from 408); Blue value is 111 (43.75% from 255 or 27.21% from 408); Max value from RGB is 217 - color contains mainly: red. Hex color #D9506F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9506F is #26AF90. Grayscale: #7C7C7C. Windows color (decimal): -2535313 or 7295193. OLE color: 7295193.

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

Color convert

RGB 217 80 111 -
CMYK 0 0.63 0.49 0.15
HSL 346.42º 0.64% 0.58% -
HSV(B) 346.42º 0.63% 0.85% -
XYZ 34.35 21.64 17.4 -
YUV 124.5 120.39 193.98 -
System Red Green Blue C M Y K H S L
Decimal 217 80 111 0 0.63 0.49 0.15 346.42 0.64 0.58
Hex D9 50 6F 0 3F 31 F 15A 40 3A
Octal 331 120 157 0 77 61 17 532 100 72
Binary 11011001 1010000 1101111 0 111111 110001 1111 101011010 1000000 111010

Color Harmonies of #D9506F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9506F

Black with #D9506F

Text Example


Text Example

White with #D9506F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9506F; }

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

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

background-color css

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

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

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

border-color css

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

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

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