Html Css Color HEX #DF767F Froly

📋 copy color: '#DF767F'

red 223 ◦ green 118 ◦ blue 127

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

Shades of Froly #DF767F

Tints of Froly #DF767F

RGB

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

 GREEN value IS 118 (46.48% from 255) = 25.21%

 BLUE value IS 127 (50% from 255) = 27.14%

R = 47.65%
G = 25.21%
B = 27.14%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DF767F (or 0xDF767F) is known color: Froly. HEX triplet: DF, 76 and 7F. RGB value is (223,118,127). Sum of RGB (Red+Green+Blue) = 223+118+127=468 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.65% from 468); Green value is 118 (46.48% from 255 or 25.21% from 468); Blue value is 127 (50% from 255 or 27.14% from 468); Max value from RGB is 223 - color contains mainly: red. Hex color #DF767F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF767F is #208980. Grayscale: #969696. Windows color (decimal): -2132353 or 8353503. OLE color: 8353503.

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

Color convert

RGB 223 118 127 -
CMYK 0 0.47 0.43 0.13
HSL 354.86º 0.62% 0.67% -
HSV(B) 354.86º 0.47% 0.87% -
XYZ 40.74 30.18 23.76 -
YUV 150.42 114.79 179.77 -
System Red Green Blue C M Y K H S L
Decimal 223 118 127 0 0.47 0.43 0.13 354.86 0.62 0.67
Hex DF 76 7F 0 2F 2B D 163 3E 43
Octal 337 166 177 0 57 53 15 543 76 103
Binary 11011111 1110110 1111111 0 101111 101011 1101 101100011 111110 1000011

Color Harmonies of #DF767F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF767F

Black with #DF767F

Text Example


Text Example

White with #DF767F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF767F; }

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

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

background-color css

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

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

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

border-color css

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

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

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