Html Css Color HEX #D66479 Froly

📋 copy color: '#D66479'

red 214 ◦ green 100 ◦ blue 121

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

Shades of Froly #D66479

Tints of Froly #D66479

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 27.82%

R = 49.2%
G = 22.99%
B = 27.82%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D66479 (or 0xD66479) is known color: Froly. HEX triplet: D6, 64 and 79. RGB value is (214,100,121). Sum of RGB (Red+Green+Blue) = 214+100+121=435 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.20% from 435); Green value is 100 (39.45% from 255 or 22.99% from 435); Blue value is 121 (47.66% from 255 or 27.82% from 435); Max value from RGB is 214 - color contains mainly: red. Hex color #D66479 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66479 is #299B86. Grayscale: #888888. Windows color (decimal): -2726791 or 7955670. OLE color: 7955670.

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

Color convert

RGB 214 100 121 -
CMYK 0 0.53 0.43 0.16
HSL 348.95º 0.58% 0.62% -
HSV(B) 348.95º 0.53% 0.84% -
XYZ 35.74 24.79 20.99 -
YUV 136.48 119.27 183.29 -
System Red Green Blue C M Y K H S L
Decimal 214 100 121 0 0.53 0.43 0.16 348.95 0.58 0.62
Hex D6 64 79 0 35 2B 10 15D 3A 3E
Octal 326 144 171 0 65 53 20 535 72 76
Binary 11010110 1100100 1111001 0 110101 101011 10000 101011101 111010 111110

Color Harmonies of #D66479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66479

Black with #D66479

Text Example


Text Example

White with #D66479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66479; }

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

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

background-color css

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

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

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

border-color css

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

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

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