Html Css Color HEX #DF7F81 Froly

📋 copy color: '#DF7F81'

red 223 ◦ green 127 ◦ blue 129

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

Shades of Froly #DF7F81

Tints of Froly #DF7F81

RGB

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

 GREEN value IS 127 (50% from 255) = 26.51%

 BLUE value IS 129 (50.78% from 255) = 26.93%

R = 46.56%
G = 26.51%
B = 26.93%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#DF7F81 (or 0xDF7F81) is known color: Froly. HEX triplet: DF, 7F and 81. RGB value is (223,127,129). Sum of RGB (Red+Green+Blue) = 223+127+129=479 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.56% from 479); Green value is 127 (50% from 255 or 26.51% from 479); Blue value is 129 (50.78% from 255 or 26.93% from 479); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7F81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF7F81 is #20807E. Grayscale: #9C9C9C. Windows color (decimal): -2130047 or 8486879. OLE color: 8486879.

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

Color convert

RGB 223 127 129 -
CMYK 0 0.43 0.42 0.13
HSL 358.75º 0.6% 0.69% -
HSV(B) 358.75º 0.43% 0.87% -
XYZ 41.98 32.45 24.82 -
YUV 155.93 112.8 175.84 -
System Red Green Blue C M Y K H S L
Decimal 223 127 129 0 0.43 0.42 0.13 358.75 0.6 0.69
Hex DF 7F 81 0 2B 2A D 167 3C 45
Octal 337 177 201 0 53 52 15 547 74 105
Binary 11011111 1111111 10000001 0 101011 101010 1101 101100111 111100 1000101

Color Harmonies of #DF7F81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7F81

Black with #DF7F81

Text Example


Text Example

White with #DF7F81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7F81; }

 p { color: rgb(223,127,129); }

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

background-color css

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

 a { background-color: rgb(223,127,129); }

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

border-color css

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

 span { border-color: rgb(223,127,129); }

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