Html Css Color HEX #D16778 Froly

📋 copy color: '#D16778'

red 209 ◦ green 103 ◦ blue 120

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

Shades of Froly #D16778

Tints of Froly #D16778

RGB

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

 GREEN value IS 103 (40.63% from 255) = 23.84%

 BLUE value IS 120 (47.27% from 255) = 27.78%

R = 48.38%
G = 23.84%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#D16778 (or 0xD16778) is known color: Froly. HEX triplet: D1, 67 and 78. RGB value is (209,103,120). Sum of RGB (Red+Green+Blue) = 209+103+120=432 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.38% from 432); Green value is 103 (40.62% from 255 or 23.84% from 432); Blue value is 120 (47.27% from 255 or 27.78% from 432); Max value from RGB is 209 - color contains mainly: red. Hex color #D16778 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D16778 is #2E9887. Grayscale: #888888. Windows color (decimal): -3053704 or 7890897. OLE color: 7890897.

HSL color Cylindrical-coordinate representation of color #D16778: hue angle of 350.38º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D16778 is Cyan = 0, Magento = 0.51, Yellow = 0.43 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 103 120 -
CMYK 0 0.51 0.43 0.18
HSL 350.38º 0.54% 0.61% -
HSV(B) 350.38º 0.51% 0.82% -
XYZ 34.53 24.61 20.7 -
YUV 136.63 118.62 179.62 -
System Red Green Blue C M Y K H S L
Decimal 209 103 120 0 0.51 0.43 0.18 350.38 0.54 0.61
Hex D1 67 78 0 33 2B 12 15E 36 3D
Octal 321 147 170 0 63 53 22 536 66 75
Binary 11010001 1100111 1111000 0 110011 101011 10010 101011110 110110 111101

Color Harmonies of #D16778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16778

Black with #D16778

Text Example


Text Example

White with #D16778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16778; }

 p { color: rgb(209,103,120); }

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

background-color css

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

 a { background-color: rgb(209,103,120); }

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

border-color css

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

 span { border-color: rgb(209,103,120); }

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