Html Css Color HEX #D06776 Froly

📋 copy color: '#D06776'

red 208 ◦ green 103 ◦ blue 118

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

Shades of Froly #D06776

Tints of Froly #D06776

RGB

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

 GREEN value IS 103 (40.63% from 255) = 24.01%

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

R = 48.48%
G = 24.01%
B = 27.51%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#D06776 (or 0xD06776) is known color: Froly. HEX triplet: D0, 67 and 76. RGB value is (208,103,118). Sum of RGB (Red+Green+Blue) = 208+103+118=429 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.48% from 429); Green value is 103 (40.62% from 255 or 24.01% from 429); Blue value is 118 (46.48% from 255 or 27.51% from 429); Max value from RGB is 208 - color contains mainly: red. Hex color #D06776 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06776 is #2F9889. Grayscale: #888888. Windows color (decimal): -3119242 or 7759824. OLE color: 7759824.

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

Color convert

RGB 208 103 118 -
CMYK 0 0.50 0.43 0.18
HSL 351.43º 0.53% 0.61% -
HSV(B) 351.43º 0.5% 0.82% -
XYZ 34.13 24.42 20.05 -
YUV 136.11 117.79 179.28 -
System Red Green Blue C M Y K H S L
Decimal 208 103 118 0 0.50 0.43 0.18 351.43 0.53 0.61
Hex D0 67 76 0 32 2B 12 15F 35 3D
Octal 320 147 166 0 62 53 22 537 65 75
Binary 11010000 1100111 1110110 0 110010 101011 10010 101011111 110101 111101

Color Harmonies of #D06776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06776

Black with #D06776

Text Example


Text Example

White with #D06776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06776; }

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

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

background-color css

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

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

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

border-color css

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

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

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