Html Css Color HEX #D06771 Froly

📋 copy color: '#D06771'

red 208 ◦ green 103 ◦ blue 113

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

Shades of Froly #D06771

Tints of Froly #D06771

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 26.65%

R = 49.06%
G = 24.29%
B = 26.65%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#D06771 (or 0xD06771) is known color: Froly. HEX triplet: D0, 67 and 71. RGB value is (208,103,113). Sum of RGB (Red+Green+Blue) = 208+103+113=424 (56% of max value = 765). Red value is 208 (81.64% from 255 or 49.06% from 424); Green value is 103 (40.62% from 255 or 24.29% from 424); Blue value is 113 (44.53% from 255 or 26.65% from 424); Max value from RGB is 208 - color contains mainly: red. Hex color #D06771 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06771 is #2F988E. Grayscale: #878787. Windows color (decimal): -3119247 or 7432144. OLE color: 7432144.

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

Color convert

RGB 208 103 113 -
CMYK 0 0.50 0.46 0.18
HSL 354.29º 0.53% 0.61% -
HSV(B) 354.29º 0.5% 0.82% -
XYZ 33.84 24.3 18.53 -
YUV 135.54 115.29 179.69 -
System Red Green Blue C M Y K H S L
Decimal 208 103 113 0 0.50 0.46 0.18 354.29 0.53 0.61
Hex D0 67 71 0 32 2E 12 162 35 3D
Octal 320 147 161 0 62 56 22 542 65 75
Binary 11010000 1100111 1110001 0 110010 101110 10010 101100010 110101 111101

Color Harmonies of #D06771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06771

Black with #D06771

Text Example


Text Example

White with #D06771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06771; }

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

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

background-color css

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

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

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

border-color css

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

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

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