Html Css Color HEX #DF757A Froly

📋 copy color: '#DF757A'

red 223 ◦ green 117 ◦ blue 122

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

Shades of Froly #DF757A

Tints of Froly #DF757A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 25.32%

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

R = 48.27%
G = 25.32%
B = 26.41%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DF757A (or 0xDF757A) is known color: Froly. HEX triplet: DF, 75 and 7A. RGB value is (223,117,122). Sum of RGB (Red+Green+Blue) = 223+117+122=462 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.27% from 462); Green value is 117 (46.09% from 255 or 25.32% from 462); Blue value is 122 (48.05% from 255 or 26.41% from 462); Max value from RGB is 223 - color contains mainly: red. Hex color #DF757A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF757A is #208A85. Grayscale: #959595. Windows color (decimal): -2132614 or 8025567. OLE color: 8025567.

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

Color convert

RGB 223 117 122 -
CMYK 0 0.48 0.45 0.13
HSL 357.17º 0.62% 0.67% -
HSV(B) 357.17º 0.48% 0.87% -
XYZ 40.31 29.82 22.04 -
YUV 149.26 112.62 180.59 -
System Red Green Blue C M Y K H S L
Decimal 223 117 122 0 0.48 0.45 0.13 357.17 0.62 0.67
Hex DF 75 7A 0 30 2D D 165 3E 43
Octal 337 165 172 0 60 55 15 545 76 103
Binary 11011111 1110101 1111010 0 110000 101101 1101 101100101 111110 1000011

Color Harmonies of #DF757A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF757A

Black with #DF757A

Text Example


Text Example

White with #DF757A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF757A; }

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

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

background-color css

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

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

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

border-color css

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

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

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