Html Css Color HEX #D6647A Froly

📋 copy color: '#D6647A'

red 214 ◦ green 100 ◦ blue 122

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

Shades of Froly #D6647A

Tints of Froly #D6647A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 27.98%

R = 49.08%
G = 22.94%
B = 27.98%

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

#D6647A (or 0xD6647A) is known color: Froly. HEX triplet: D6, 64 and 7A. RGB value is (214,100,122). Sum of RGB (Red+Green+Blue) = 214+100+122=436 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.08% from 436); Green value is 100 (39.45% from 255 or 22.94% from 436); Blue value is 122 (48.05% from 255 or 27.98% from 436); Max value from RGB is 214 - color contains mainly: red. Hex color #D6647A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6647A is #299B85. Grayscale: #888888. Windows color (decimal): -2726790 or 8021206. OLE color: 8021206.

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

Color convert

RGB 214 100 122 -
CMYK 0 0.53 0.43 0.16
HSL 348.42º 0.58% 0.62% -
HSV(B) 348.42º 0.53% 0.84% -
XYZ 35.8 24.82 21.32 -
YUV 136.59 119.77 183.21 -
System Red Green Blue C M Y K H S L
Decimal 214 100 122 0 0.53 0.43 0.16 348.42 0.58 0.62
Hex D6 64 7A 0 35 2B 10 15C 3A 3E
Octal 326 144 172 0 65 53 20 534 72 76
Binary 11010110 1100100 1111010 0 110101 101011 10000 101011100 111010 111110

Color Harmonies of #D6647A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6647A

Black with #D6647A

Text Example


Text Example

White with #D6647A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6647A; }

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

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

background-color css

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

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

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

border-color css

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

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

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