Html Css Color HEX #D06777 Froly

📋 copy color: '#D06777'

red 208 ◦ green 103 ◦ blue 119

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

Shades of Froly #D06777

Tints of Froly #D06777

RGB

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

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

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

R = 48.37%
G = 23.95%
B = 27.67%

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

#D06777 (or 0xD06777) is known color: Froly. HEX triplet: D0, 67 and 77. RGB value is (208,103,119). Sum of RGB (Red+Green+Blue) = 208+103+119=430 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.37% from 430); Green value is 103 (40.62% from 255 or 23.95% from 430); Blue value is 119 (46.88% from 255 or 27.67% from 430); Max value from RGB is 208 - color contains mainly: red. Hex color #D06777 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06777 is #2F9888. Grayscale: #888888. Windows color (decimal): -3119241 or 7825360. OLE color: 7825360.

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

Color convert

RGB 208 103 119 -
CMYK 0 0.50 0.43 0.18
HSL 350.86º 0.53% 0.61% -
HSV(B) 350.86º 0.5% 0.82% -
XYZ 34.19 24.44 20.37 -
YUV 136.22 118.29 179.2 -
System Red Green Blue C M Y K H S L
Decimal 208 103 119 0 0.50 0.43 0.18 350.86 0.53 0.61
Hex D0 67 77 0 32 2B 12 15F 35 3D
Octal 320 147 167 0 62 53 22 537 65 75
Binary 11010000 1100111 1110111 0 110010 101011 10010 101011111 110101 111101

Color Harmonies of #D06777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06777

Black with #D06777

Text Example


Text Example

White with #D06777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06777; }

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

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

background-color css

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

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

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

border-color css

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

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

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