Html Css Color HEX #D17378 Froly

📋 copy color: '#D17378'

red 209 ◦ green 115 ◦ blue 120

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

Shades of Froly #D17378

Tints of Froly #D17378

RGB

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

 GREEN value IS 115 (45.31% from 255) = 25.9%

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

R = 47.07%
G = 25.9%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#D17378 (or 0xD17378) is known color: Froly. HEX triplet: D1, 73 and 78. RGB value is (209,115,120). Sum of RGB (Red+Green+Blue) = 209+115+120=444 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.07% from 444); Green value is 115 (45.31% from 255 or 25.90% from 444); Blue value is 120 (47.27% from 255 or 27.03% from 444); Max value from RGB is 209 - color contains mainly: red. Hex color #D17378 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D17378 is #2E8C87. Grayscale: #8F8F8F. Windows color (decimal): -3050632 or 7893969. OLE color: 7893969.

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

Color convert

RGB 209 115 120 -
CMYK 0 0.45 0.43 0.18
HSL 356.81º 0.51% 0.64% -
HSV(B) 356.81º 0.45% 0.82% -
XYZ 35.82 27.17 21.13 -
YUV 143.68 114.64 174.59 -
System Red Green Blue C M Y K H S L
Decimal 209 115 120 0 0.45 0.43 0.18 356.81 0.51 0.64
Hex D1 73 78 0 2D 2B 12 165 33 40
Octal 321 163 170 0 55 53 22 545 63 100
Binary 11010001 1110011 1111000 0 101101 101011 10010 101100101 110011 1000000

Color Harmonies of #D17378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D17378

Black with #D17378

Text Example


Text Example

White with #D17378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D17378; }

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

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

background-color css

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

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

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

border-color css

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

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

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