Html Css Color HEX #D06E6F Froly

📋 copy color: '#D06E6F'

red 208 ◦ green 110 ◦ blue 111

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

Shades of Froly #D06E6F

Tints of Froly #D06E6F

RGB

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

 GREEN value IS 110 (43.36% from 255) = 25.64%

 BLUE value IS 111 (43.75% from 255) = 25.87%

R = 48.48%
G = 25.64%
B = 25.87%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#D06E6F (or 0xD06E6F) is known color: Froly. HEX triplet: D0, 6E and 6F. RGB value is (208,110,111). Sum of RGB (Red+Green+Blue) = 208+110+111=429 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.48% from 429); Green value is 110 (43.36% from 255 or 25.64% from 429); Blue value is 111 (43.75% from 255 or 25.87% from 429); Max value from RGB is 208 - color contains mainly: red. Hex color #D06E6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06E6F is #2F9190. Grayscale: #8B8B8B. Windows color (decimal): -3117457 or 7302864. OLE color: 7302864.

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

Color convert

RGB 208 110 111 -
CMYK 0 0.47 0.47 0.18
HSL 359.39º 0.51% 0.62% -
HSV(B) 359.39º 0.47% 0.82% -
XYZ 34.46 25.71 18.19 -
YUV 139.42 111.97 176.92 -
System Red Green Blue C M Y K H S L
Decimal 208 110 111 0 0.47 0.47 0.18 359.39 0.51 0.62
Hex D0 6E 6F 0 2F 2F 12 167 33 3E
Octal 320 156 157 0 57 57 22 547 63 76
Binary 11010000 1101110 1101111 0 101111 101111 10010 101100111 110011 111110

Color Harmonies of #D06E6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06E6F

Black with #D06E6F

Text Example


Text Example

White with #D06E6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06E6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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