Html Css Color HEX #D07174 Froly

📋 copy color: '#D07174'

red 208 ◦ green 113 ◦ blue 116

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

Shades of Froly #D07174

Tints of Froly #D07174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 26.54%

R = 47.6%
G = 25.86%
B = 26.54%

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

#D07174 (or 0xD07174) is known color: Froly. HEX triplet: D0, 71 and 74. RGB value is (208,113,116). Sum of RGB (Red+Green+Blue) = 208+113+116=437 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.60% from 437); Green value is 113 (44.53% from 255 or 25.86% from 437); Blue value is 116 (45.70% from 255 or 26.54% from 437); Max value from RGB is 208 - color contains mainly: red. Hex color #D07174 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07174 is #2F8E8B. Grayscale: #8D8D8D. Windows color (decimal): -3116684 or 7631312. OLE color: 7631312.

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

Color convert

RGB 208 113 116 -
CMYK 0 0.46 0.44 0.18
HSL 358.11º 0.5% 0.63% -
HSV(B) 358.11º 0.46% 0.82% -
XYZ 35.07 26.48 19.79 -
YUV 141.75 113.47 175.26 -
System Red Green Blue C M Y K H S L
Decimal 208 113 116 0 0.46 0.44 0.18 358.11 0.5 0.63
Hex D0 71 74 0 2E 2C 12 166 32 3F
Octal 320 161 164 0 56 54 22 546 62 77
Binary 11010000 1110001 1110100 0 101110 101100 10010 101100110 110010 111111

Color Harmonies of #D07174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07174

Black with #D07174

Text Example


Text Example

White with #D07174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07174; }

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

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

background-color css

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

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

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

border-color css

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

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

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