Html Css Color HEX #DE707F Froly

📋 copy color: '#DE707F'

red 222 ◦ green 112 ◦ blue 127

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

Shades of Froly #DE707F

Tints of Froly #DE707F

RGB

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

 GREEN value IS 112 (44.14% from 255) = 24.3%

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

R = 48.16%
G = 24.3%
B = 27.55%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DE707F (or 0xDE707F) is known color: Froly. HEX triplet: DE, 70 and 7F. RGB value is (222,112,127). Sum of RGB (Red+Green+Blue) = 222+112+127=461 (61% of max value = 765). Red value is 222 (87.11% from 255 or 48.16% from 461); Green value is 112 (44.14% from 255 or 24.30% from 461); Blue value is 127 (50% from 255 or 27.55% from 461); Max value from RGB is 222 - color contains mainly: red. Hex color #DE707F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE707F is #218F80. Grayscale: #929292. Windows color (decimal): -2199425 or 8351966. OLE color: 8351966.

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

Color convert

RGB 222 112 127 -
CMYK 0 0.50 0.43 0.13
HSL 351.82º 0.63% 0.65% -
HSV(B) 351.82º 0.5% 0.87% -
XYZ 39.75 28.65 23.51 -
YUV 146.6 116.94 181.78 -
System Red Green Blue C M Y K H S L
Decimal 222 112 127 0 0.50 0.43 0.13 351.82 0.63 0.65
Hex DE 70 7F 0 32 2B D 160 3E 41
Octal 336 160 177 0 62 53 15 540 76 101
Binary 11011110 1110000 1111111 0 110010 101011 1101 101100000 111110 1000001

Color Harmonies of #DE707F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE707F

Black with #DE707F

Text Example


Text Example

White with #DE707F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE707F; }

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

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

background-color css

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

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

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

border-color css

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

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

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