Html Css Color HEX #D66475 Froly

📋 copy color: '#D66475'

red 214 ◦ green 100 ◦ blue 117

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

Shades of Froly #D66475

Tints of Froly #D66475

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 27.15%

R = 49.65%
G = 23.2%
B = 27.15%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D66475 (or 0xD66475) is known color: Froly. HEX triplet: D6, 64 and 75. RGB value is (214,100,117). Sum of RGB (Red+Green+Blue) = 214+100+117=431 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.65% from 431); Green value is 100 (39.45% from 255 or 23.20% from 431); Blue value is 117 (46.09% from 255 or 27.15% from 431); Max value from RGB is 214 - color contains mainly: red. Hex color #D66475 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66475 is #299B8A. Grayscale: #888888. Windows color (decimal): -2726795 or 7693526. OLE color: 7693526.

HSL color Cylindrical-coordinate representation of color #D66475: hue angle of 351.05º 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 #D66475 is Cyan = 0, Magento = 0.53, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 100 117 -
CMYK 0 0.53 0.45 0.16
HSL 351.05º 0.58% 0.62% -
HSV(B) 351.05º 0.53% 0.84% -
XYZ 35.5 24.69 19.73 -
YUV 136.02 117.27 183.62 -
System Red Green Blue C M Y K H S L
Decimal 214 100 117 0 0.53 0.45 0.16 351.05 0.58 0.62
Hex D6 64 75 0 35 2D 10 15F 3A 3E
Octal 326 144 165 0 65 55 20 537 72 76
Binary 11010110 1100100 1110101 0 110101 101101 10000 101011111 111010 111110

Color Harmonies of #D66475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66475

Black with #D66475

Text Example


Text Example

White with #D66475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66475; }

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

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

background-color css

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

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

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

border-color css

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

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

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