Html Css Color HEX #D96874 Froly

📋 copy color: '#D96874'

red 217 ◦ green 104 ◦ blue 116

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

Shades of Froly #D96874

Tints of Froly #D96874

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 26.54%

R = 49.66%
G = 23.8%
B = 26.54%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#D96874 (or 0xD96874) is known color: Froly. HEX triplet: D9, 68 and 74. RGB value is (217,104,116). Sum of RGB (Red+Green+Blue) = 217+104+116=437 (57% of max value = 765). Red value is 217 (85.16% from 255 or 49.66% from 437); Green value is 104 (41.02% from 255 or 23.80% from 437); Blue value is 116 (45.70% from 255 or 26.54% from 437); Max value from RGB is 217 - color contains mainly: red. Hex color #D96874 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96874 is #26978B. Grayscale: #8B8B8B. Windows color (decimal): -2529164 or 7629017. OLE color: 7629017.

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

Color convert

RGB 217 104 116 -
CMYK 0 0.52 0.47 0.15
HSL 353.63º 0.6% 0.63% -
HSV(B) 353.63º 0.52% 0.85% -
XYZ 36.72 25.91 19.59 -
YUV 139.16 114.94 183.52 -
System Red Green Blue C M Y K H S L
Decimal 217 104 116 0 0.52 0.47 0.15 353.63 0.6 0.63
Hex D9 68 74 0 34 2F F 162 3C 3F
Octal 331 150 164 0 64 57 17 542 74 77
Binary 11011001 1101000 1110100 0 110100 101111 1111 101100010 111100 111111

Color Harmonies of #D96874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96874

Black with #D96874

Text Example


Text Example

White with #D96874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96874; }

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

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

background-color css

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

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

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

border-color css

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

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

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