Html Css Color HEX #D06877 Froly

📋 copy color: '#D06877'

red 208 ◦ green 104 ◦ blue 119

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

Shades of Froly #D06877

Tints of Froly #D06877

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 27.61%

R = 48.26%
G = 24.13%
B = 27.61%

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

#D06877 (or 0xD06877) is known color: Froly. HEX triplet: D0, 68 and 77. RGB value is (208,104,119). Sum of RGB (Red+Green+Blue) = 208+104+119=431 (57% of max value = 765). Red value is 208 (81.64% from 255 or 48.26% from 431); Green value is 104 (41.02% from 255 or 24.13% from 431); Blue value is 119 (46.88% from 255 or 27.61% from 431); Max value from RGB is 208 - color contains mainly: red. Hex color #D06877 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06877 is #2F9788. Grayscale: #888888. Windows color (decimal): -3118985 or 7825616. OLE color: 7825616.

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

Color convert

RGB 208 104 119 -
CMYK 0 0.5 0.43 0.18
HSL 351.35º 0.53% 0.61% -
HSV(B) 351.35º 0.5% 0.82% -
XYZ 34.29 24.64 20.4 -
YUV 136.81 117.96 178.78 -
System Red Green Blue C M Y K H S L
Decimal 208 104 119 0 0.5 0.43 0.18 351.35 0.53 0.61
Hex D0 68 77 0 32 2B 12 15F 35 3D
Octal 320 150 167 0 62 53 22 537 65 75
Binary 11010000 1101000 1110111 0 110010 101011 10010 101011111 110101 111101

Color Harmonies of #D06877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06877

Black with #D06877

Text Example


Text Example

White with #D06877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06877; }

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

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

background-color css

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

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

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

border-color css

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

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

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