Html Css Color HEX #D6727C Froly

📋 copy color: '#D6727C'

red 214 ◦ green 114 ◦ blue 124

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

Shades of Froly #D6727C

Tints of Froly #D6727C

RGB

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

 GREEN value IS 114 (44.92% from 255) = 25.22%

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

R = 47.35%
G = 25.22%
B = 27.43%

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

#D6727C (or 0xD6727C) is known color: Froly. HEX triplet: D6, 72 and 7C. RGB value is (214,114,124). Sum of RGB (Red+Green+Blue) = 214+114+124=452 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.35% from 452); Green value is 114 (44.92% from 255 or 25.22% from 452); Blue value is 124 (48.83% from 255 or 27.43% from 452); Max value from RGB is 214 - color contains mainly: red. Hex color #D6727C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6727C is #298D83. Grayscale: #919191. Windows color (decimal): -2723204 or 8155862. OLE color: 8155862.

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

Color convert

RGB 214 114 124 -
CMYK 0 0.47 0.42 0.16
HSL 354º 0.55% 0.64% -
HSV(B) 354º 0.47% 0.84% -
XYZ 37.39 27.79 22.46 -
YUV 145.04 116.13 177.19 -
System Red Green Blue C M Y K H S L
Decimal 214 114 124 0 0.47 0.42 0.16 354 0.55 0.64
Hex D6 72 7C 0 2F 2A 10 162 37 40
Octal 326 162 174 0 57 52 20 542 67 100
Binary 11010110 1110010 1111100 0 101111 101010 10000 101100010 110111 1000000

Color Harmonies of #D6727C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6727C

Black with #D6727C

Text Example


Text Example

White with #D6727C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6727C; }

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

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

background-color css

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

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

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

border-color css

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

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

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