Html Css Color HEX #DF727E Froly

📋 copy color: '#DF727E'

red 223 ◦ green 114 ◦ blue 126

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

Shades of Froly #DF727E

Tints of Froly #DF727E

RGB

 RED value IS 223 (87.5% from 255) = 48.16%

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

 BLUE value IS 126 (49.61% from 255) = 27.21%

R = 48.16%
G = 24.62%
B = 27.21%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DF727E (or 0xDF727E) is known color: Froly. HEX triplet: DF, 72 and 7E. RGB value is (223,114,126). Sum of RGB (Red+Green+Blue) = 223+114+126=463 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.16% from 463); Green value is 114 (44.92% from 255 or 24.62% from 463); Blue value is 126 (49.61% from 255 or 27.21% from 463); Max value from RGB is 223 - color contains mainly: red. Hex color #DF727E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF727E is #208D81. Grayscale: #949494. Windows color (decimal): -2133378 or 8286943. OLE color: 8286943.

HSL color Cylindrical-coordinate representation of color #DF727E: hue angle of 353.39º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DF727E is Cyan = 0, Magento = 0.49, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 114 126 -
CMYK 0 0.49 0.43 0.13
HSL 353.39º 0.63% 0.66% -
HSV(B) 353.39º 0.49% 0.87% -
XYZ 40.21 29.23 23.26 -
YUV 147.96 115.61 181.52 -
System Red Green Blue C M Y K H S L
Decimal 223 114 126 0 0.49 0.43 0.13 353.39 0.63 0.66
Hex DF 72 7E 0 31 2B D 161 3F 42
Octal 337 162 176 0 61 53 15 541 77 102
Binary 11011111 1110010 1111110 0 110001 101011 1101 101100001 111111 1000010

Color Harmonies of #DF727E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF727E

Black with #DF727E

Text Example


Text Example

White with #DF727E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF727E; }

 p { color: rgb(223,114,126); }

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

background-color css

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

 a { background-color: rgb(223,114,126); }

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

border-color css

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

 span { border-color: rgb(223,114,126); }

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