Html Css Color HEX #D7727D Froly

📋 copy color: '#D7727D'

red 215 ◦ green 114 ◦ blue 125

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

Shades of Froly #D7727D

Tints of Froly #D7727D

RGB

 RED value IS 215 (84.38% from 255) = 47.36%

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

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

R = 47.36%
G = 25.11%
B = 27.53%

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

#D7727D (or 0xD7727D) is known color: Froly. HEX triplet: D7, 72 and 7D. RGB value is (215,114,125). Sum of RGB (Red+Green+Blue) = 215+114+125=454 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.36% from 454); Green value is 114 (44.92% from 255 or 25.11% from 454); Blue value is 125 (49.22% from 255 or 27.53% from 454); Max value from RGB is 215 - color contains mainly: red. Hex color #D7727D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D7727D is #288D82. Grayscale: #919191. Windows color (decimal): -2657667 or 8221399. OLE color: 8221399.

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

Color convert

RGB 215 114 125 -
CMYK 0 0.47 0.42 0.16
HSL 353.47º 0.56% 0.65% -
HSV(B) 353.47º 0.47% 0.84% -
XYZ 37.74 27.96 22.81 -
YUV 145.45 116.46 177.61 -
System Red Green Blue C M Y K H S L
Decimal 215 114 125 0 0.47 0.42 0.16 353.47 0.56 0.65
Hex D7 72 7D 0 2F 2A 10 161 38 41
Octal 327 162 175 0 57 52 20 541 70 101
Binary 11010111 1110010 1111101 0 101111 101010 10000 101100001 111000 1000001

Color Harmonies of #D7727D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7727D

Black with #D7727D

Text Example


Text Example

White with #D7727D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7727D; }

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

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

background-color css

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

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

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

border-color css

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

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

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