Html Css Color HEX #D6707C Froly

📋 copy color: '#D6707C'

red 214 ◦ green 112 ◦ blue 124

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

Shades of Froly #D6707C

Tints of Froly #D6707C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 24.89%

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

R = 47.56%
G = 24.89%
B = 27.56%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D6707C (or 0xD6707C) is known color: Froly. HEX triplet: D6, 70 and 7C. RGB value is (214,112,124). Sum of RGB (Red+Green+Blue) = 214+112+124=450 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.56% from 450); Green value is 112 (44.14% from 255 or 24.89% from 450); Blue value is 124 (48.83% from 255 or 27.56% from 450); Max value from RGB is 214 - color contains mainly: red. Hex color #D6707C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6707C is #298F83. Grayscale: #8F8F8F. Windows color (decimal): -2723716 or 8155350. OLE color: 8155350.

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

Color convert

RGB 214 112 124 -
CMYK 0 0.48 0.42 0.16
HSL 352.94º 0.55% 0.64% -
HSV(B) 352.94º 0.48% 0.84% -
XYZ 37.16 27.34 22.39 -
YUV 143.87 116.79 178.02 -
System Red Green Blue C M Y K H S L
Decimal 214 112 124 0 0.48 0.42 0.16 352.94 0.55 0.64
Hex D6 70 7C 0 30 2A 10 161 37 40
Octal 326 160 174 0 60 52 20 541 67 100
Binary 11010110 1110000 1111100 0 110000 101010 10000 101100001 110111 1000000

Color Harmonies of #D6707C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6707C

Black with #D6707C

Text Example


Text Example

White with #D6707C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6707C; }

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

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

background-color css

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

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

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

border-color css

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

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

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