Html Css Color HEX #D6707D Froly

📋 copy color: '#D6707D'

red 214 ◦ green 112 ◦ blue 125

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

Shades of Froly #D6707D

Tints of Froly #D6707D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 27.72%

R = 47.45%
G = 24.83%
B = 27.72%

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

#D6707D (or 0xD6707D) is known color: Froly. HEX triplet: D6, 70 and 7D. RGB value is (214,112,125). Sum of RGB (Red+Green+Blue) = 214+112+125=451 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.45% from 451); Green value is 112 (44.14% from 255 or 24.83% from 451); Blue value is 125 (49.22% from 255 or 27.72% from 451); Max value from RGB is 214 - color contains mainly: red. Hex color #D6707D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6707D is #298F82. Grayscale: #909090. Windows color (decimal): -2723715 or 8220886. OLE color: 8220886.

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

Color convert

RGB 214 112 125 -
CMYK 0 0.48 0.42 0.16
HSL 352.35º 0.55% 0.64% -
HSV(B) 352.35º 0.48% 0.84% -
XYZ 37.23 27.37 22.72 -
YUV 143.98 117.29 177.94 -
System Red Green Blue C M Y K H S L
Decimal 214 112 125 0 0.48 0.42 0.16 352.35 0.55 0.64
Hex D6 70 7D 0 30 2A 10 160 37 40
Octal 326 160 175 0 60 52 20 540 67 100
Binary 11010110 1110000 1111101 0 110000 101010 10000 101100000 110111 1000000

Color Harmonies of #D6707D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6707D

Black with #D6707D

Text Example


Text Example

White with #D6707D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6707D; }

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

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

background-color css

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

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

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

border-color css

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

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

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