Html Css Color HEX #D9708A Charm

📋 copy color: '#D9708A'

red 217 ◦ green 112 ◦ blue 138

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

Shades of Charm #D9708A

Tints of Charm #D9708A

RGB

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

 GREEN value IS 112 (44.14% from 255) = 23.98%

 BLUE value IS 138 (54.3% from 255) = 29.55%

R = 46.47%
G = 23.98%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#D9708A (or 0xD9708A) is known color: Charm. HEX triplet: D9, 70 and 8A. RGB value is (217,112,138). Sum of RGB (Red+Green+Blue) = 217+112+138=467 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.47% from 467); Green value is 112 (44.14% from 255 or 23.98% from 467); Blue value is 138 (54.30% from 255 or 29.55% from 467); Max value from RGB is 217 - color contains mainly: red. Hex color #D9708A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D9708A is #268F75. Grayscale: #929292. Windows color (decimal): -2527094 or 9072857. OLE color: 9072857.

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

Color convert

RGB 217 112 138 -
CMYK 0 0.48 0.36 0.15
HSL 345.14º 0.58% 0.65% -
HSV(B) 345.14º 0.48% 0.85% -
XYZ 39 28.18 27.43 -
YUV 146.36 123.29 178.39 -
System Red Green Blue C M Y K H S L
Decimal 217 112 138 0 0.48 0.36 0.15 345.14 0.58 0.65
Hex D9 70 8A 0 30 24 F 159 3A 41
Octal 331 160 212 0 60 44 17 531 72 101
Binary 11011001 1110000 10001010 0 110000 100100 1111 101011001 111010 1000001

Color Harmonies of #D9708A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9708A

Black with #D9708A

Text Example


Text Example

White with #D9708A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9708A; }

 p { color: rgb(217,112,138); }

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

background-color css

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

 a { background-color: rgb(217,112,138); }

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

border-color css

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

 span { border-color: rgb(217,112,138); }

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