Html Css Color HEX #D6717D Froly

📋 copy color: '#D6717D'

red 214 ◦ green 113 ◦ blue 125

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

Shades of Froly #D6717D

Tints of Froly #D6717D

RGB

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

 GREEN value IS 113 (44.53% from 255) = 25%

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

R = 47.35%
G = 25%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D6717D (or 0xD6717D) is known color: Froly. HEX triplet: D6, 71 and 7D. RGB value is (214,113,125). Sum of RGB (Red+Green+Blue) = 214+113+125=452 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.35% from 452); Green value is 113 (44.53% from 255 or 25% from 452); Blue value is 125 (49.22% from 255 or 27.65% from 452); Max value from RGB is 214 - color contains mainly: red. Hex color #D6717D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6717D is #298E82. Grayscale: #909090. Windows color (decimal): -2723459 or 8221142. OLE color: 8221142.

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

Color convert

RGB 214 113 125 -
CMYK 0 0.47 0.42 0.16
HSL 352.87º 0.55% 0.64% -
HSV(B) 352.87º 0.47% 0.84% -
XYZ 37.34 27.59 22.76 -
YUV 144.57 116.96 177.52 -
System Red Green Blue C M Y K H S L
Decimal 214 113 125 0 0.47 0.42 0.16 352.87 0.55 0.64
Hex D6 71 7D 0 2F 2A 10 161 37 40
Octal 326 161 175 0 57 52 20 541 67 100
Binary 11010110 1110001 1111101 0 101111 101010 10000 101100001 110111 1000000

Color Harmonies of #D6717D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6717D

Black with #D6717D

Text Example


Text Example

White with #D6717D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6717D; }

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

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

background-color css

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

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

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

border-color css

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

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

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