Html Css Color HEX #DF7E83 Froly

📋 copy color: '#DF7E83'

red 223 ◦ green 126 ◦ blue 131

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

Shades of Froly #DF7E83

Tints of Froly #DF7E83

RGB

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

 GREEN value IS 126 (49.61% from 255) = 26.25%

 BLUE value IS 131 (51.56% from 255) = 27.29%

R = 46.46%
G = 26.25%
B = 27.29%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.41

 K value IS 0.13

RGB Variations

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

Color information

#DF7E83 (or 0xDF7E83) is known color: Froly. HEX triplet: DF, 7E and 83. RGB value is (223,126,131). Sum of RGB (Red+Green+Blue) = 223+126+131=480 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.46% from 480); Green value is 126 (49.61% from 255 or 26.25% from 480); Blue value is 131 (51.56% from 255 or 27.29% from 480); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7E83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7E83 is #20817C. Grayscale: #9B9B9B. Windows color (decimal): -2130301 or 8617695. OLE color: 8617695.

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

Color convert

RGB 223 126 131 -
CMYK 0 0.43 0.41 0.13
HSL 356.91º 0.6% 0.68% -
HSV(B) 356.91º 0.43% 0.87% -
XYZ 41.99 32.25 25.48 -
YUV 155.57 114.14 176.09 -
System Red Green Blue C M Y K H S L
Decimal 223 126 131 0 0.43 0.41 0.13 356.91 0.6 0.68
Hex DF 7E 83 0 2B 29 D 165 3C 44
Octal 337 176 203 0 53 51 15 545 74 104
Binary 11011111 1111110 10000011 0 101011 101001 1101 101100101 111100 1000100

Color Harmonies of #DF7E83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7E83

Black with #DF7E83

Text Example


Text Example

White with #DF7E83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7E83; }

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

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

background-color css

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

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

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

border-color css

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

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

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