Html Css Color HEX #D96670 Froly

📋 copy color: '#D96670'

red 217 ◦ green 102 ◦ blue 112

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

Shades of Froly #D96670

Tints of Froly #D96670

RGB

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

 GREEN value IS 102 (40.23% from 255) = 23.67%

 BLUE value IS 112 (44.14% from 255) = 25.99%

R = 50.35%
G = 23.67%
B = 25.99%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#D96670 (or 0xD96670) is known color: Froly. HEX triplet: D9, 66 and 70. RGB value is (217,102,112). Sum of RGB (Red+Green+Blue) = 217+102+112=431 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50.35% from 431); Green value is 102 (40.23% from 255 or 23.67% from 431); Blue value is 112 (44.14% from 255 or 25.99% from 431); Max value from RGB is 217 - color contains mainly: red. Hex color #D96670 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96670 is #26998F. Grayscale: #898989. Windows color (decimal): -2529680 or 7366361. OLE color: 7366361.

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

Color convert

RGB 217 102 112 -
CMYK 0 0.53 0.48 0.15
HSL 354.78º 0.6% 0.63% -
HSV(B) 354.78º 0.53% 0.85% -
XYZ 36.29 25.42 18.32 -
YUV 137.53 113.6 184.69 -
System Red Green Blue C M Y K H S L
Decimal 217 102 112 0 0.53 0.48 0.15 354.78 0.6 0.63
Hex D9 66 70 0 35 30 F 163 3C 3F
Octal 331 146 160 0 65 60 17 543 74 77
Binary 11011001 1100110 1110000 0 110101 110000 1111 101100011 111100 111111

Color Harmonies of #D96670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96670

Black with #D96670

Text Example


Text Example

White with #D96670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96670; }

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

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

background-color css

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

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

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

border-color css

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

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

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