Html Css Color HEX #D9517D Cranberry

📋 copy color: '#D9517D'

red 217 ◦ green 81 ◦ blue 125

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

Shades of Cranberry #D9517D

Tints of Cranberry #D9517D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 29.55%

R = 51.3%
G = 19.15%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#D9517D (or 0xD9517D) is known color: Cranberry. HEX triplet: D9, 51 and 7D. RGB value is (217,81,125). Sum of RGB (Red+Green+Blue) = 217+81+125=423 (56% of max value = 765). Red value is 217 (85.16% from 255 or 51.30% from 423); Green value is 81 (32.03% from 255 or 19.15% from 423); Blue value is 125 (49.22% from 255 or 29.55% from 423); Max value from RGB is 217 - color contains mainly: red. Hex color #D9517D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9517D is #26AE82. Grayscale: #7E7E7E. Windows color (decimal): -2535043 or 8212953. OLE color: 8212953.

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

Color convert

RGB 217 81 125 -
CMYK 0 0.63 0.42 0.15
HSL 340.59º 0.64% 0.58% -
HSV(B) 340.59º 0.63% 0.85% -
XYZ 35.26 22.12 21.81 -
YUV 126.68 127.06 192.42 -
System Red Green Blue C M Y K H S L
Decimal 217 81 125 0 0.63 0.42 0.15 340.59 0.64 0.58
Hex D9 51 7D 0 3F 2A F 155 40 3A
Octal 331 121 175 0 77 52 17 525 100 72
Binary 11011001 1010001 1111101 0 111111 101010 1111 101010101 1000000 111010

Color Harmonies of #D9517D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9517D

Black with #D9517D

Text Example


Text Example

White with #D9517D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9517D; }

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

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

background-color css

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

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

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

border-color css

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

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

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