Html Css Color HEX #D16F7A Froly

📋 copy color: '#D16F7A'

red 209 ◦ green 111 ◦ blue 122

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

Shades of Froly #D16F7A

Tints of Froly #D16F7A

RGB

 RED value IS 209 (82.03% from 255) = 47.29%

 GREEN value IS 111 (43.75% from 255) = 25.11%

 BLUE value IS 122 (48.05% from 255) = 27.6%

R = 47.29%
G = 25.11%
B = 27.6%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#D16F7A (or 0xD16F7A) is known color: Froly. HEX triplet: D1, 6F and 7A. RGB value is (209,111,122). Sum of RGB (Red+Green+Blue) = 209+111+122=442 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.29% from 442); Green value is 111 (43.75% from 255 or 25.11% from 442); Blue value is 122 (48.05% from 255 or 27.60% from 442); Max value from RGB is 209 - color contains mainly: red. Hex color #D16F7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16F7A is #2E9085. Grayscale: #8D8D8D. Windows color (decimal): -3051654 or 8024017. OLE color: 8024017.

HSL color Cylindrical-coordinate representation of color #D16F7A: hue angle of 353.27º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D16F7A is Cyan = 0, Magento = 0.47, Yellow = 0.42 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 111 122 -
CMYK 0 0.47 0.42 0.18
HSL 353.27º 0.52% 0.63% -
HSV(B) 353.27º 0.47% 0.82% -
XYZ 35.49 26.33 21.62 -
YUV 141.56 116.97 176.11 -
System Red Green Blue C M Y K H S L
Decimal 209 111 122 0 0.47 0.42 0.18 353.27 0.52 0.63
Hex D1 6F 7A 0 2F 2A 12 161 34 3F
Octal 321 157 172 0 57 52 22 541 64 77
Binary 11010001 1101111 1111010 0 101111 101010 10010 101100001 110100 111111

Color Harmonies of #D16F7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16F7A

Black with #D16F7A

Text Example


Text Example

White with #D16F7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16F7A; }

 p { color: rgb(209,111,122); }

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

background-color css

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

 a { background-color: rgb(209,111,122); }

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

border-color css

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

 span { border-color: rgb(209,111,122); }

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