Html Css Color HEX #DF7D7E Froly

📋 copy color: '#DF7D7E'

red 223 ◦ green 125 ◦ blue 126

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

Shades of Froly #DF7D7E

Tints of Froly #DF7D7E

RGB

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

 GREEN value IS 125 (49.22% from 255) = 26.37%

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

R = 47.05%
G = 26.37%
B = 26.58%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DF7D7E (or 0xDF7D7E) is known color: Froly. HEX triplet: DF, 7D and 7E. RGB value is (223,125,126). Sum of RGB (Red+Green+Blue) = 223+125+126=474 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.05% from 474); Green value is 125 (49.22% from 255 or 26.37% from 474); Blue value is 126 (49.61% from 255 or 26.58% from 474); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7D7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7D7E is #208281. Grayscale: #9A9A9A. Windows color (decimal): -2130562 or 8289759. OLE color: 8289759.

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

Color convert

RGB 223 125 126 -
CMYK 0 0.44 0.43 0.13
HSL 359.39º 0.6% 0.68% -
HSV(B) 359.39º 0.44% 0.87% -
XYZ 41.53 31.86 23.7 -
YUV 154.42 111.97 176.92 -
System Red Green Blue C M Y K H S L
Decimal 223 125 126 0 0.44 0.43 0.13 359.39 0.6 0.68
Hex DF 7D 7E 0 2C 2B D 167 3C 44
Octal 337 175 176 0 54 53 15 547 74 104
Binary 11011111 1111101 1111110 0 101100 101011 1101 101100111 111100 1000100

Color Harmonies of #DF7D7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7D7E

Black with #DF7D7E

Text Example


Text Example

White with #DF7D7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7D7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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