Html Css Color HEX #D6647B Froly

📋 copy color: '#D6647B'

red 214 ◦ green 100 ◦ blue 123

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

Shades of Froly #D6647B

Tints of Froly #D6647B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 28.15%

R = 48.97%
G = 22.88%
B = 28.15%

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

#D6647B (or 0xD6647B) is known color: Froly. HEX triplet: D6, 64 and 7B. RGB value is (214,100,123). Sum of RGB (Red+Green+Blue) = 214+100+123=437 (57% of max value = 765). Red value is 214 (83.98% from 255 or 48.97% from 437); Green value is 100 (39.45% from 255 or 22.88% from 437); Blue value is 123 (48.44% from 255 or 28.15% from 437); Max value from RGB is 214 - color contains mainly: red. Hex color #D6647B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6647B is #299B84. Grayscale: #888888. Windows color (decimal): -2726789 or 8086742. OLE color: 8086742.

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

Color convert

RGB 214 100 123 -
CMYK 0 0.53 0.43 0.16
HSL 347.89º 0.58% 0.62% -
HSV(B) 347.89º 0.53% 0.84% -
XYZ 35.86 24.84 21.64 -
YUV 136.71 120.27 183.13 -
System Red Green Blue C M Y K H S L
Decimal 214 100 123 0 0.53 0.43 0.16 347.89 0.58 0.62
Hex D6 64 7B 0 35 2B 10 15C 3A 3E
Octal 326 144 173 0 65 53 20 534 72 76
Binary 11010110 1100100 1111011 0 110101 101011 10000 101011100 111010 111110

Color Harmonies of #D6647B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6647B

Black with #D6647B

Text Example


Text Example

White with #D6647B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6647B; }

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

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

background-color css

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

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

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

border-color css

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

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

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