Html Css Color HEX #D6677C Froly

📋 copy color: '#D6677C'

red 214 ◦ green 103 ◦ blue 124

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

Shades of Froly #D6677C

Tints of Froly #D6677C

RGB

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

 GREEN value IS 103 (40.63% from 255) = 23.36%

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

R = 48.53%
G = 23.36%
B = 28.12%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D6677C (or 0xD6677C) is known color: Froly. HEX triplet: D6, 67 and 7C. RGB value is (214,103,124). Sum of RGB (Red+Green+Blue) = 214+103+124=441 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.53% from 441); Green value is 103 (40.62% from 255 or 23.36% from 441); Blue value is 124 (48.83% from 255 or 28.12% from 441); Max value from RGB is 214 - color contains mainly: red. Hex color #D6677C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6677C is #299883. Grayscale: #8A8A8A. Windows color (decimal): -2726020 or 8153046. OLE color: 8153046.

HSL color Cylindrical-coordinate representation of color #D6677C: hue angle of 348.65º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D6677C is Cyan = 0, Magento = 0.52, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 103 124 -
CMYK 0 0.52 0.42 0.16
HSL 348.65º 0.58% 0.62% -
HSV(B) 348.65º 0.52% 0.84% -
XYZ 36.22 25.45 22.07 -
YUV 138.58 119.77 181.79 -
System Red Green Blue C M Y K H S L
Decimal 214 103 124 0 0.52 0.42 0.16 348.65 0.58 0.62
Hex D6 67 7C 0 34 2A 10 15D 3A 3E
Octal 326 147 174 0 64 52 20 535 72 76
Binary 11010110 1100111 1111100 0 110100 101010 10000 101011101 111010 111110

Color Harmonies of #D6677C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6677C

Black with #D6677C

Text Example


Text Example

White with #D6677C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6677C; }

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

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

background-color css

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

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

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

border-color css

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

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

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