Html Css Color HEX #D66471 Froly

📋 copy color: '#D66471'

red 214 ◦ green 100 ◦ blue 113

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

Shades of Froly #D66471

Tints of Froly #D66471

RGB

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

 GREEN value IS 100 (39.45% from 255) = 23.42%

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

R = 50.12%
G = 23.42%
B = 26.46%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D66471 (or 0xD66471) is known color: Froly. HEX triplet: D6, 64 and 71. RGB value is (214,100,113). Sum of RGB (Red+Green+Blue) = 214+100+113=427 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.12% from 427); Green value is 100 (39.45% from 255 or 23.42% from 427); Blue value is 113 (44.53% from 255 or 26.46% from 427); Max value from RGB is 214 - color contains mainly: red. Hex color #D66471 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66471 is #299B8E. Grayscale: #878787. Windows color (decimal): -2726799 or 7431382. OLE color: 7431382.

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

Color convert

RGB 214 100 113 -
CMYK 0 0.53 0.47 0.16
HSL 353.16º 0.58% 0.62% -
HSV(B) 353.16º 0.53% 0.84% -
XYZ 35.27 24.6 18.51 -
YUV 135.57 115.27 183.94 -
System Red Green Blue C M Y K H S L
Decimal 214 100 113 0 0.53 0.47 0.16 353.16 0.58 0.62
Hex D6 64 71 0 35 2F 10 161 3A 3E
Octal 326 144 161 0 65 57 20 541 72 76
Binary 11010110 1100100 1110001 0 110101 101111 10000 101100001 111010 111110

Color Harmonies of #D66471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66471

Black with #D66471

Text Example


Text Example

White with #D66471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66471; }

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

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

background-color css

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

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

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

border-color css

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

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

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