Html Css Color HEX #D06671 Froly

📋 copy color: '#D06671'

red 208 ◦ green 102 ◦ blue 113

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

Shades of Froly #D06671

Tints of Froly #D06671

RGB

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

 GREEN value IS 102 (40.23% from 255) = 24.11%

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

R = 49.17%
G = 24.11%
B = 26.71%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#D06671 (or 0xD06671) is known color: Froly. HEX triplet: D0, 66 and 71. RGB value is (208,102,113). Sum of RGB (Red+Green+Blue) = 208+102+113=423 (56% of max value = 765). Red value is 208 (81.64% from 255 or 49.17% from 423); Green value is 102 (40.23% from 255 or 24.11% from 423); Blue value is 113 (44.53% from 255 or 26.71% from 423); Max value from RGB is 208 - color contains mainly: red. Hex color #D06671 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06671 is #2F998E. Grayscale: #878787. Windows color (decimal): -3119503 or 7431888. OLE color: 7431888.

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

Color convert

RGB 208 102 113 -
CMYK 0 0.51 0.46 0.18
HSL 353.77º 0.53% 0.61% -
HSV(B) 353.77º 0.51% 0.82% -
XYZ 33.74 24.1 18.5 -
YUV 134.95 115.62 180.11 -
System Red Green Blue C M Y K H S L
Decimal 208 102 113 0 0.51 0.46 0.18 353.77 0.53 0.61
Hex D0 66 71 0 33 2E 12 162 35 3D
Octal 320 146 161 0 63 56 22 542 65 75
Binary 11010000 1100110 1110001 0 110011 101110 10010 101100010 110101 111101

Color Harmonies of #D06671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06671

Black with #D06671

Text Example


Text Example

White with #D06671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06671; }

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

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

background-color css

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

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

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

border-color css

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

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

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