Html Css Color HEX #D06876 Froly

📋 copy color: '#D06876'

red 208 ◦ green 104 ◦ blue 118

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

Shades of Froly #D06876

Tints of Froly #D06876

RGB

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

 GREEN value IS 104 (41.02% from 255) = 24.19%

 BLUE value IS 118 (46.48% from 255) = 27.44%

R = 48.37%
G = 24.19%
B = 27.44%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#D06876 (or 0xD06876) is known color: Froly. HEX triplet: D0, 68 and 76. RGB value is (208,104,118). Sum of RGB (Red+Green+Blue) = 208+104+118=430 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.37% from 430); Green value is 104 (41.02% from 255 or 24.19% from 430); Blue value is 118 (46.48% from 255 or 27.44% from 430); Max value from RGB is 208 - color contains mainly: red. Hex color #D06876 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06876 is #2F9789. Grayscale: #888888. Windows color (decimal): -3118986 or 7760080. OLE color: 7760080.

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

Color convert

RGB 208 104 118 -
CMYK 0 0.5 0.43 0.18
HSL 351.92º 0.53% 0.61% -
HSV(B) 351.92º 0.5% 0.82% -
XYZ 34.23 24.62 20.09 -
YUV 136.69 117.46 178.86 -
System Red Green Blue C M Y K H S L
Decimal 208 104 118 0 0.5 0.43 0.18 351.92 0.53 0.61
Hex D0 68 76 0 32 2B 12 160 35 3D
Octal 320 150 166 0 62 53 22 540 65 75
Binary 11010000 1101000 1110110 0 110010 101011 10010 101100000 110101 111101

Color Harmonies of #D06876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06876

Black with #D06876

Text Example


Text Example

White with #D06876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06876; }

 p { color: rgb(208,104,118); }

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

background-color css

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

 a { background-color: rgb(208,104,118); }

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

border-color css

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

 span { border-color: rgb(208,104,118); }

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