Html Css Color HEX #D96879 Froly

📋 copy color: '#D96879'

red 217 ◦ green 104 ◦ blue 121

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

Shades of Froly #D96879

Tints of Froly #D96879

RGB

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

 GREEN value IS 104 (41.02% from 255) = 23.53%

 BLUE value IS 121 (47.66% from 255) = 27.38%

R = 49.1%
G = 23.53%
B = 27.38%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#D96879 (or 0xD96879) is known color: Froly. HEX triplet: D9, 68 and 79. RGB value is (217,104,121). Sum of RGB (Red+Green+Blue) = 217+104+121=442 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.10% from 442); Green value is 104 (41.02% from 255 or 23.53% from 442); Blue value is 121 (47.66% from 255 or 27.38% from 442); Max value from RGB is 217 - color contains mainly: red. Hex color #D96879 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96879 is #269786. Grayscale: #8B8B8B. Windows color (decimal): -2529159 or 7956697. OLE color: 7956697.

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

Color convert

RGB 217 104 121 -
CMYK 0 0.52 0.44 0.15
HSL 350.97º 0.6% 0.63% -
HSV(B) 350.97º 0.52% 0.85% -
XYZ 37.02 26.03 21.16 -
YUV 139.73 117.44 183.12 -
System Red Green Blue C M Y K H S L
Decimal 217 104 121 0 0.52 0.44 0.15 350.97 0.6 0.63
Hex D9 68 79 0 34 2C F 15F 3C 3F
Octal 331 150 171 0 64 54 17 537 74 77
Binary 11011001 1101000 1111001 0 110100 101100 1111 101011111 111100 111111

Color Harmonies of #D96879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96879

Black with #D96879

Text Example


Text Example

White with #D96879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96879; }

 p { color: rgb(217,104,121); }

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

background-color css

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

 a { background-color: rgb(217,104,121); }

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

border-color css

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

 span { border-color: rgb(217,104,121); }

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