Html Css Color HEX #D66871 Froly

📋 copy color: '#D66871'

red 214 ◦ green 104 ◦ blue 113

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

Shades of Froly #D66871

Tints of Froly #D66871

RGB

 RED value IS 214 (83.98% from 255) = 49.65%

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

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

R = 49.65%
G = 24.13%
B = 26.22%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D66871 (or 0xD66871) is known color: Froly. HEX triplet: D6, 68 and 71. RGB value is (214,104,113). Sum of RGB (Red+Green+Blue) = 214+104+113=431 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.65% from 431); Green value is 104 (41.02% from 255 or 24.13% from 431); Blue value is 113 (44.53% from 255 or 26.22% from 431); Max value from RGB is 214 - color contains mainly: red. Hex color #D66871 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66871 is #29978E. Grayscale: #898989. Windows color (decimal): -2725775 or 7432406. OLE color: 7432406.

HSL color Cylindrical-coordinate representation of color #D66871: hue angle of 355.09º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D66871 is Cyan = 0, Magento = 0.51, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 104 113 -
CMYK 0 0.51 0.47 0.16
HSL 355.09º 0.57% 0.62% -
HSV(B) 355.09º 0.51% 0.84% -
XYZ 35.66 25.39 18.64 -
YUV 137.92 113.94 182.27 -
System Red Green Blue C M Y K H S L
Decimal 214 104 113 0 0.51 0.47 0.16 355.09 0.57 0.62
Hex D6 68 71 0 33 2F 10 163 39 3E
Octal 326 150 161 0 63 57 20 543 71 76
Binary 11010110 1101000 1110001 0 110011 101111 10000 101100011 111001 111110

Color Harmonies of #D66871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66871

Black with #D66871

Text Example


Text Example

White with #D66871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66871; }

 p { color: rgb(214,104,113); }

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

background-color css

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

 a { background-color: rgb(214,104,113); }

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

border-color css

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

 span { border-color: rgb(214,104,113); }

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