Html Css Color HEX #D07178 Froly

📋 copy color: '#D07178'

red 208 ◦ green 113 ◦ blue 120

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

Shades of Froly #D07178

Tints of Froly #D07178

RGB

 RED value IS 208 (81.64% from 255) = 47.17%

 GREEN value IS 113 (44.53% from 255) = 25.62%

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

R = 47.17%
G = 25.62%
B = 27.21%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#D07178 (or 0xD07178) is known color: Froly. HEX triplet: D0, 71 and 78. RGB value is (208,113,120). Sum of RGB (Red+Green+Blue) = 208+113+120=441 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.17% from 441); Green value is 113 (44.53% from 255 or 25.62% from 441); Blue value is 120 (47.27% from 255 or 27.21% from 441); Max value from RGB is 208 - color contains mainly: red. Hex color #D07178 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07178 is #2F8E87. Grayscale: #8E8E8E. Windows color (decimal): -3116680 or 7893456. OLE color: 7893456.

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

Color convert

RGB 208 113 120 -
CMYK 0 0.46 0.42 0.18
HSL 355.58º 0.5% 0.63% -
HSV(B) 355.58º 0.46% 0.82% -
XYZ 35.31 26.58 21.04 -
YUV 142.2 115.47 174.93 -
System Red Green Blue C M Y K H S L
Decimal 208 113 120 0 0.46 0.42 0.18 355.58 0.5 0.63
Hex D0 71 78 0 2E 2A 12 164 32 3F
Octal 320 161 170 0 56 52 22 544 62 77
Binary 11010000 1110001 1111000 0 101110 101010 10010 101100100 110010 111111

Color Harmonies of #D07178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07178

Black with #D07178

Text Example


Text Example

White with #D07178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07178; }

 p { color: rgb(208,113,120); }

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

background-color css

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

 a { background-color: rgb(208,113,120); }

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

border-color css

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

 span { border-color: rgb(208,113,120); }

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