Html Css Color HEX #D6717B Froly

📋 copy color: '#D6717B'

red 214 ◦ green 113 ◦ blue 123

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

Shades of Froly #D6717B

Tints of Froly #D6717B

RGB

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

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

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

R = 47.56%
G = 25.11%
B = 27.33%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D6717B (or 0xD6717B) is known color: Froly. HEX triplet: D6, 71 and 7B. RGB value is (214,113,123). Sum of RGB (Red+Green+Blue) = 214+113+123=450 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.56% from 450); Green value is 113 (44.53% from 255 or 25.11% from 450); Blue value is 123 (48.44% from 255 or 27.33% from 450); Max value from RGB is 214 - color contains mainly: red. Hex color #D6717B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6717B is #298E84. Grayscale: #909090. Windows color (decimal): -2723461 or 8090070. OLE color: 8090070.

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

Color convert

RGB 214 113 123 -
CMYK 0 0.47 0.43 0.16
HSL 354.06º 0.55% 0.64% -
HSV(B) 354.06º 0.47% 0.84% -
XYZ 37.21 27.54 22.09 -
YUV 144.34 115.96 177.69 -
System Red Green Blue C M Y K H S L
Decimal 214 113 123 0 0.47 0.43 0.16 354.06 0.55 0.64
Hex D6 71 7B 0 2F 2B 10 162 37 40
Octal 326 161 173 0 57 53 20 542 67 100
Binary 11010110 1110001 1111011 0 101111 101011 10000 101100010 110111 1000000

Color Harmonies of #D6717B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6717B

Black with #D6717B

Text Example


Text Example

White with #D6717B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6717B; }

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

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

background-color css

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

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

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

border-color css

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

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

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