Html Css Color HEX #DF727A Froly

📋 copy color: '#DF727A'

red 223 ◦ green 114 ◦ blue 122

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

Shades of Froly #DF727A

Tints of Froly #DF727A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 26.58%

R = 48.58%
G = 24.84%
B = 26.58%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DF727A (or 0xDF727A) is known color: Froly. HEX triplet: DF, 72 and 7A. RGB value is (223,114,122). Sum of RGB (Red+Green+Blue) = 223+114+122=459 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.58% from 459); Green value is 114 (44.92% from 255 or 24.84% from 459); Blue value is 122 (48.05% from 255 or 26.58% from 459); Max value from RGB is 223 - color contains mainly: red. Hex color #DF727A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF727A is #208D85. Grayscale: #939393. Windows color (decimal): -2133382 or 8024799. OLE color: 8024799.

HSL color Cylindrical-coordinate representation of color #DF727A: hue angle of 355.6º 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 #DF727A is Cyan = 0, Magento = 0.49, Yellow = 0.45 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 114 122 -
CMYK 0 0.49 0.45 0.13
HSL 355.6º 0.63% 0.66% -
HSV(B) 355.6º 0.49% 0.87% -
XYZ 39.96 29.13 21.93 -
YUV 147.5 113.61 181.85 -
System Red Green Blue C M Y K H S L
Decimal 223 114 122 0 0.49 0.45 0.13 355.6 0.63 0.66
Hex DF 72 7A 0 31 2D D 164 3F 42
Octal 337 162 172 0 61 55 15 544 77 102
Binary 11011111 1110010 1111010 0 110001 101101 1101 101100100 111111 1000010

Color Harmonies of #DF727A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF727A

Black with #DF727A

Text Example


Text Example

White with #DF727A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF727A; }

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

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

background-color css

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

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

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

border-color css

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

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

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