Html Css Color HEX #D5727D Froly

📋 copy color: '#D5727D'

red 213 ◦ green 114 ◦ blue 125

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

Shades of Froly #D5727D

Tints of Froly #D5727D

RGB

 RED value IS 213 (83.59% from 255) = 47.12%

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

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

R = 47.12%
G = 25.22%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#D5727D (or 0xD5727D) is known color: Froly. HEX triplet: D5, 72 and 7D. RGB value is (213,114,125). Sum of RGB (Red+Green+Blue) = 213+114+125=452 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.12% from 452); Green value is 114 (44.92% from 255 or 25.22% from 452); Blue value is 125 (49.22% from 255 or 27.65% from 452); Max value from RGB is 213 - color contains mainly: red. Hex color #D5727D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5727D is #2A8D82. Grayscale: #909090. Windows color (decimal): -2788739 or 8221397. OLE color: 8221397.

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

Color convert

RGB 213 114 125 -
CMYK 0 0.46 0.41 0.16
HSL 353.33º 0.54% 0.64% -
HSV(B) 353.33º 0.46% 0.84% -
XYZ 37.16 27.66 22.78 -
YUV 144.86 116.8 176.61 -
System Red Green Blue C M Y K H S L
Decimal 213 114 125 0 0.46 0.41 0.16 353.33 0.54 0.64
Hex D5 72 7D 0 2E 29 10 161 36 40
Octal 325 162 175 0 56 51 20 541 66 100
Binary 11010101 1110010 1111101 0 101110 101001 10000 101100001 110110 1000000

Color Harmonies of #D5727D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5727D

Black with #D5727D

Text Example


Text Example

White with #D5727D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5727D; }

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

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

background-color css

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

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

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

border-color css

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

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

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