Html Css Color HEX #D66671 Froly

📋 copy color: '#D66671'

red 214 ◦ green 102 ◦ blue 113

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

Shades of Froly #D66671

Tints of Froly #D66671

RGB

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

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

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

R = 49.88%
G = 23.78%
B = 26.34%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D66671 (or 0xD66671) is known color: Froly. HEX triplet: D6, 66 and 71. RGB value is (214,102,113). Sum of RGB (Red+Green+Blue) = 214+102+113=429 (56% of max value = 765). Red value is 214 (83.98% from 255 or 49.88% from 429); Green value is 102 (40.23% from 255 or 23.78% from 429); Blue value is 113 (44.53% from 255 or 26.34% from 429); Max value from RGB is 214 - color contains mainly: red. Hex color #D66671 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66671 is #29998E. Grayscale: #888888. Windows color (decimal): -2726287 or 7431894. OLE color: 7431894.

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

Color convert

RGB 214 102 113 -
CMYK 0 0.52 0.47 0.16
HSL 354.11º 0.58% 0.62% -
HSV(B) 354.11º 0.52% 0.84% -
XYZ 35.46 24.99 18.58 -
YUV 136.74 114.61 183.11 -
System Red Green Blue C M Y K H S L
Decimal 214 102 113 0 0.52 0.47 0.16 354.11 0.58 0.62
Hex D6 66 71 0 34 2F 10 162 3A 3E
Octal 326 146 161 0 64 57 20 542 72 76
Binary 11010110 1100110 1110001 0 110100 101111 10000 101100010 111010 111110

Color Harmonies of #D66671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66671

Black with #D66671

Text Example


Text Example

White with #D66671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66671; }

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

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

background-color css

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

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

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

border-color css

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

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

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