Html Css Color HEX #D07175 Froly

📋 copy color: '#D07175'

red 208 ◦ green 113 ◦ blue 117

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

Shades of Froly #D07175

Tints of Froly #D07175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 26.71%

R = 47.49%
G = 25.8%
B = 26.71%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D07175 (or 0xD07175) is known color: Froly. HEX triplet: D0, 71 and 75. RGB value is (208,113,117). Sum of RGB (Red+Green+Blue) = 208+113+117=438 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.49% from 438); Green value is 113 (44.53% from 255 or 25.80% from 438); Blue value is 117 (46.09% from 255 or 26.71% from 438); Max value from RGB is 208 - color contains mainly: red. Hex color #D07175 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07175 is #2F8E8A. Grayscale: #8D8D8D. Windows color (decimal): -3116683 or 7696848. OLE color: 7696848.

HSL color Cylindrical-coordinate representation of color #D07175: hue angle of 357.47º 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 #D07175 is Cyan = 0, Magento = 0.46, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 113 117 -
CMYK 0 0.46 0.44 0.18
HSL 357.47º 0.5% 0.63% -
HSV(B) 357.47º 0.46% 0.82% -
XYZ 35.13 26.5 20.09 -
YUV 141.86 113.97 175.17 -
System Red Green Blue C M Y K H S L
Decimal 208 113 117 0 0.46 0.44 0.18 357.47 0.5 0.63
Hex D0 71 75 0 2E 2C 12 165 32 3F
Octal 320 161 165 0 56 54 22 545 62 77
Binary 11010000 1110001 1110101 0 101110 101100 10010 101100101 110010 111111

Color Harmonies of #D07175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07175

Black with #D07175

Text Example


Text Example

White with #D07175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07175; }

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

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

background-color css

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

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

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

border-color css

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

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

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