Html Css Color HEX #D66B7C Froly

📋 copy color: '#D66B7C'

red 214 ◦ green 107 ◦ blue 124

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

Shades of Froly #D66B7C

Tints of Froly #D66B7C

RGB

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

 GREEN value IS 107 (42.19% from 255) = 24.04%

 BLUE value IS 124 (48.83% from 255) = 27.87%

R = 48.09%
G = 24.04%
B = 27.87%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D66B7C (or 0xD66B7C) is known color: Froly. HEX triplet: D6, 6B and 7C. RGB value is (214,107,124). Sum of RGB (Red+Green+Blue) = 214+107+124=445 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.09% from 445); Green value is 107 (42.19% from 255 or 24.04% from 445); Blue value is 124 (48.83% from 255 or 27.87% from 445); Max value from RGB is 214 - color contains mainly: red. Hex color #D66B7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66B7C is #299483. Grayscale: #8C8C8C. Windows color (decimal): -2724996 or 8154070. OLE color: 8154070.

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

Color convert

RGB 214 107 124 -
CMYK 0 0.50 0.42 0.16
HSL 350.47º 0.57% 0.63% -
HSV(B) 350.47º 0.5% 0.84% -
XYZ 36.63 26.27 22.21 -
YUV 140.93 118.45 180.12 -
System Red Green Blue C M Y K H S L
Decimal 214 107 124 0 0.50 0.42 0.16 350.47 0.57 0.63
Hex D6 6B 7C 0 32 2A 10 15E 39 3F
Octal 326 153 174 0 62 52 20 536 71 77
Binary 11010110 1101011 1111100 0 110010 101010 10000 101011110 111001 111111

Color Harmonies of #D66B7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66B7C

Black with #D66B7C

Text Example


Text Example

White with #D66B7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66B7C; }

 p { color: rgb(214,107,124); }

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

background-color css

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

 a { background-color: rgb(214,107,124); }

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

border-color css

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

 span { border-color: rgb(214,107,124); }

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