Html Css Color HEX #D96D7D Froly

📋 copy color: '#D96D7D'

red 217 ◦ green 109 ◦ blue 125

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

Shades of Froly #D96D7D

Tints of Froly #D96D7D

RGB

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

 GREEN value IS 109 (42.97% from 255) = 24.17%

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

R = 48.12%
G = 24.17%
B = 27.72%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#D96D7D (or 0xD96D7D) is known color: Froly. HEX triplet: D9, 6D and 7D. RGB value is (217,109,125). Sum of RGB (Red+Green+Blue) = 217+109+125=451 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.12% from 451); Green value is 109 (42.97% from 255 or 24.17% from 451); Blue value is 125 (49.22% from 255 or 27.72% from 451); Max value from RGB is 217 - color contains mainly: red. Hex color #D96D7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96D7D is #269282. Grayscale: #8F8F8F. Windows color (decimal): -2527875 or 8220121. OLE color: 8220121.

HSL color Cylindrical-coordinate representation of color #D96D7D: hue angle of 351.11º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D96D7D is Cyan = 0, Magento = 0.50, Yellow = 0.42 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 109 125 -
CMYK 0 0.50 0.42 0.15
HSL 351.11º 0.59% 0.64% -
HSV(B) 351.11º 0.5% 0.85% -
XYZ 37.79 27.17 22.65 -
YUV 143.12 117.78 180.7 -
System Red Green Blue C M Y K H S L
Decimal 217 109 125 0 0.50 0.42 0.15 351.11 0.59 0.64
Hex D9 6D 7D 0 32 2A F 15F 3B 40
Octal 331 155 175 0 62 52 17 537 73 100
Binary 11011001 1101101 1111101 0 110010 101010 1111 101011111 111011 1000000

Color Harmonies of #D96D7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96D7D

Black with #D96D7D

Text Example


Text Example

White with #D96D7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96D7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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