Html Css Color HEX #D66A6D Froly

📋 copy color: '#D66A6D'

red 214 ◦ green 106 ◦ blue 109

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

Shades of Froly #D66A6D

Tints of Froly #D66A6D

RGB

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

 GREEN value IS 106 (41.8% from 255) = 24.71%

 BLUE value IS 109 (42.97% from 255) = 25.41%

R = 49.88%
G = 24.71%
B = 25.41%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D66A6D (or 0xD66A6D) is known color: Froly. HEX triplet: D6, 6A and 6D. RGB value is (214,106,109). Sum of RGB (Red+Green+Blue) = 214+106+109=429 (56% of max value = 765). Red value is 214 (83.98% from 255 or 49.88% from 429); Green value is 106 (41.80% from 255 or 24.71% from 429); Blue value is 109 (42.97% from 255 or 25.41% from 429); Max value from RGB is 214 - color contains mainly: red. Hex color #D66A6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66A6D is #299592. Grayscale: #8A8A8A. Windows color (decimal): -2725267 or 7170774. OLE color: 7170774.

HSL color Cylindrical-coordinate representation of color #D66A6D: hue angle of 358.33º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D66A6D is Cyan = 0, Magento = 0.50, Yellow = 0.49 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 106 109 -
CMYK 0 0.50 0.49 0.16
HSL 358.33º 0.57% 0.63% -
HSV(B) 358.33º 0.5% 0.84% -
XYZ 35.65 25.71 17.55 -
YUV 138.63 111.28 181.76 -
System Red Green Blue C M Y K H S L
Decimal 214 106 109 0 0.50 0.49 0.16 358.33 0.57 0.63
Hex D6 6A 6D 0 32 31 10 166 39 3F
Octal 326 152 155 0 62 61 20 546 71 77
Binary 11010110 1101010 1101101 0 110010 110001 10000 101100110 111001 111111

Color Harmonies of #D66A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66A6D

Black with #D66A6D

Text Example


Text Example

White with #D66A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66A6D; }

 p { color: rgb(214,106,109); }

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

background-color css

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

 a { background-color: rgb(214,106,109); }

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

border-color css

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

 span { border-color: rgb(214,106,109); }

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