Html Css Color HEX #D6727D Froly

📋 copy color: '#D6727D'

red 214 ◦ green 114 ◦ blue 125

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

Shades of Froly #D6727D

Tints of Froly #D6727D

RGB

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

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

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

R = 47.24%
G = 25.17%
B = 27.59%

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

#D6727D (or 0xD6727D) is known color: Froly. HEX triplet: D6, 72 and 7D. RGB value is (214,114,125). Sum of RGB (Red+Green+Blue) = 214+114+125=453 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.24% from 453); Green value is 114 (44.92% from 255 or 25.17% from 453); Blue value is 125 (49.22% from 255 or 27.59% from 453); Max value from RGB is 214 - color contains mainly: red. Hex color #D6727D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6727D is #298D82. Grayscale: #919191. Windows color (decimal): -2723203 or 8221398. OLE color: 8221398.

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

Color convert

RGB 214 114 125 -
CMYK 0 0.47 0.42 0.16
HSL 353.4º 0.55% 0.64% -
HSV(B) 353.4º 0.47% 0.84% -
XYZ 37.45 27.81 22.8 -
YUV 145.15 116.63 177.11 -
System Red Green Blue C M Y K H S L
Decimal 214 114 125 0 0.47 0.42 0.16 353.4 0.55 0.64
Hex D6 72 7D 0 2F 2A 10 161 37 40
Octal 326 162 175 0 57 52 20 541 67 100
Binary 11010110 1110010 1111101 0 101111 101010 10000 101100001 110111 1000000

Color Harmonies of #D6727D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6727D

Black with #D6727D

Text Example


Text Example

White with #D6727D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6727D; }

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

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

background-color css

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

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

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

border-color css

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

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

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