Html Css Color HEX #D06F71 Froly

📋 copy color: '#D06F71'

red 208 ◦ green 111 ◦ blue 113

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

Shades of Froly #D06F71

Tints of Froly #D06F71

RGB

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

 GREEN value IS 111 (43.75% from 255) = 25.69%

 BLUE value IS 113 (44.53% from 255) = 26.16%

R = 48.15%
G = 25.69%
B = 26.16%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#D06F71 (or 0xD06F71) is known color: Froly. HEX triplet: D0, 6F and 71. RGB value is (208,111,113). Sum of RGB (Red+Green+Blue) = 208+111+113=432 (57% of max value = 765). Red value is 208 (81.64% from 255 or 48.15% from 432); Green value is 111 (43.75% from 255 or 25.69% from 432); Blue value is 113 (44.53% from 255 or 26.16% from 432); Max value from RGB is 208 - color contains mainly: red. Hex color #D06F71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06F71 is #2F908E. Grayscale: #8C8C8C. Windows color (decimal): -3117199 or 7434192. OLE color: 7434192.

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

Color convert

RGB 208 111 113 -
CMYK 0 0.47 0.46 0.18
HSL 358.76º 0.51% 0.63% -
HSV(B) 358.76º 0.47% 0.82% -
XYZ 34.68 25.97 18.81 -
YUV 140.23 112.64 176.34 -
System Red Green Blue C M Y K H S L
Decimal 208 111 113 0 0.47 0.46 0.18 358.76 0.51 0.63
Hex D0 6F 71 0 2F 2E 12 167 33 3F
Octal 320 157 161 0 57 56 22 547 63 77
Binary 11010000 1101111 1110001 0 101111 101110 10010 101100111 110011 111111

Color Harmonies of #D06F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06F71

Black with #D06F71

Text Example


Text Example

White with #D06F71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06F71; }

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

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

background-color css

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

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

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

border-color css

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

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

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