Html Css Color HEX #D66474 Froly

📋 copy color: '#D66474'

red 214 ◦ green 100 ◦ blue 116

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

Shades of Froly #D66474

Tints of Froly #D66474

RGB

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

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

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

R = 49.77%
G = 23.26%
B = 26.98%

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

#D66474 (or 0xD66474) is known color: Froly. HEX triplet: D6, 64 and 74. RGB value is (214,100,116). Sum of RGB (Red+Green+Blue) = 214+100+116=430 (56% of max value = 765). Red value is 214 (83.98% from 255 or 49.77% from 430); Green value is 100 (39.45% from 255 or 23.26% from 430); Blue value is 116 (45.70% from 255 or 26.98% from 430); Max value from RGB is 214 - color contains mainly: red. Hex color #D66474 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66474 is #299B8B. Grayscale: #878787. Windows color (decimal): -2726796 or 7627990. OLE color: 7627990.

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

Color convert

RGB 214 100 116 -
CMYK 0 0.53 0.46 0.16
HSL 351.58º 0.58% 0.62% -
HSV(B) 351.58º 0.53% 0.84% -
XYZ 35.44 24.67 19.42 -
YUV 135.91 116.77 183.7 -
System Red Green Blue C M Y K H S L
Decimal 214 100 116 0 0.53 0.46 0.16 351.58 0.58 0.62
Hex D6 64 74 0 35 2E 10 160 3A 3E
Octal 326 144 164 0 65 56 20 540 72 76
Binary 11010110 1100100 1110100 0 110101 101110 10000 101100000 111010 111110

Color Harmonies of #D66474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66474

Black with #D66474

Text Example


Text Example

White with #D66474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66474; }

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

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

background-color css

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

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

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

border-color css

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

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

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