Html Css Color HEX #D66574 Froly

📋 copy color: '#D66574'

red 214 ◦ green 101 ◦ blue 116

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

Shades of Froly #D66574

Tints of Froly #D66574

RGB

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

 GREEN value IS 101 (39.84% from 255) = 23.43%

 BLUE value IS 116 (45.7% from 255) = 26.91%

R = 49.65%
G = 23.43%
B = 26.91%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D66574 (or 0xD66574) is known color: Froly. HEX triplet: D6, 65 and 74. RGB value is (214,101,116). Sum of RGB (Red+Green+Blue) = 214+101+116=431 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.65% from 431); Green value is 101 (39.84% from 255 or 23.43% from 431); Blue value is 116 (45.70% from 255 or 26.91% from 431); Max value from RGB is 214 - color contains mainly: red. Hex color #D66574 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66574 is #299A8B. Grayscale: #888888. Windows color (decimal): -2726540 or 7628246. OLE color: 7628246.

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

Color convert

RGB 214 101 116 -
CMYK 0 0.53 0.46 0.16
HSL 352.04º 0.58% 0.62% -
HSV(B) 352.04º 0.53% 0.84% -
XYZ 35.54 24.86 19.45 -
YUV 136.5 116.44 183.28 -
System Red Green Blue C M Y K H S L
Decimal 214 101 116 0 0.53 0.46 0.16 352.04 0.58 0.62
Hex D6 65 74 0 35 2E 10 160 3A 3E
Octal 326 145 164 0 65 56 20 540 72 76
Binary 11010110 1100101 1110100 0 110101 101110 10000 101100000 111010 111110

Color Harmonies of #D66574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66574

Black with #D66574

Text Example


Text Example

White with #D66574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66574; }

 p { color: rgb(214,101,116); }

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

background-color css

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

 a { background-color: rgb(214,101,116); }

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

border-color css

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

 span { border-color: rgb(214,101,116); }

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