Html Css Color HEX #DE757F Froly

📋 copy color: '#DE757F'

red 222 ◦ green 117 ◦ blue 127

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

Shades of Froly #DE757F

Tints of Froly #DE757F

RGB

 RED value IS 222 (87.11% from 255) = 47.64%

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

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

R = 47.64%
G = 25.11%
B = 27.25%

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

#DE757F (or 0xDE757F) is known color: Froly. HEX triplet: DE, 75 and 7F. RGB value is (222,117,127). Sum of RGB (Red+Green+Blue) = 222+117+127=466 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.64% from 466); Green value is 117 (46.09% from 255 or 25.11% from 466); Blue value is 127 (50% from 255 or 27.25% from 466); Max value from RGB is 222 - color contains mainly: red. Hex color #DE757F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE757F is #218A80. Grayscale: #959595. Windows color (decimal): -2198145 or 8353246. OLE color: 8353246.

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

Color convert

RGB 222 117 127 -
CMYK 0 0.47 0.43 0.13
HSL 354.29º 0.61% 0.66% -
HSV(B) 354.29º 0.47% 0.87% -
XYZ 40.32 29.78 23.7 -
YUV 149.54 115.29 179.69 -
System Red Green Blue C M Y K H S L
Decimal 222 117 127 0 0.47 0.43 0.13 354.29 0.61 0.66
Hex DE 75 7F 0 2F 2B D 162 3D 42
Octal 336 165 177 0 57 53 15 542 75 102
Binary 11011110 1110101 1111111 0 101111 101011 1101 101100010 111101 1000010

Color Harmonies of #DE757F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE757F

Black with #DE757F

Text Example


Text Example

White with #DE757F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE757F; }

 p { color: rgb(222,117,127); }

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

background-color css

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

 a { background-color: rgb(222,117,127); }

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

border-color css

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

 span { border-color: rgb(222,117,127); }

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