Html Css Color HEX #D66A71 Froly

📋 copy color: '#D66A71'

red 214 ◦ green 106 ◦ blue 113

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

Shades of Froly #D66A71

Tints of Froly #D66A71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 26.1%

R = 49.42%
G = 24.48%
B = 26.1%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D66A71 (or 0xD66A71) is known color: Froly. HEX triplet: D6, 6A and 71. RGB value is (214,106,113). Sum of RGB (Red+Green+Blue) = 214+106+113=433 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.42% from 433); Green value is 106 (41.80% from 255 or 24.48% from 433); Blue value is 113 (44.53% from 255 or 26.10% from 433); Max value from RGB is 214 - color contains mainly: red. Hex color #D66A71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66A71 is #29958E. Grayscale: #8B8B8B. Windows color (decimal): -2725263 or 7432918. OLE color: 7432918.

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

Color convert

RGB 214 106 113 -
CMYK 0 0.50 0.47 0.16
HSL 356.11º 0.57% 0.63% -
HSV(B) 356.11º 0.5% 0.84% -
XYZ 35.87 25.8 18.71 -
YUV 139.09 113.28 181.43 -
System Red Green Blue C M Y K H S L
Decimal 214 106 113 0 0.50 0.47 0.16 356.11 0.57 0.63
Hex D6 6A 71 0 32 2F 10 164 39 3F
Octal 326 152 161 0 62 57 20 544 71 77
Binary 11010110 1101010 1110001 0 110010 101111 10000 101100100 111001 111111

Color Harmonies of #D66A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66A71

Black with #D66A71

Text Example


Text Example

White with #D66A71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66A71; }

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

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

background-color css

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

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

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

border-color css

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

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

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