Html Css Color HEX #DE7380 Froly

📋 copy color: '#DE7380'

red 222 ◦ green 115 ◦ blue 128

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

Shades of Froly #DE7380

Tints of Froly #DE7380

RGB

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

 GREEN value IS 115 (45.31% from 255) = 24.73%

 BLUE value IS 128 (50.39% from 255) = 27.53%

R = 47.74%
G = 24.73%
B = 27.53%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#DE7380 (or 0xDE7380) is known color: Froly. HEX triplet: DE, 73 and 80. RGB value is (222,115,128). Sum of RGB (Red+Green+Blue) = 222+115+128=465 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.74% from 465); Green value is 115 (45.31% from 255 or 24.73% from 465); Blue value is 128 (50.39% from 255 or 27.53% from 465); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7380 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE7380 is #218C7F. Grayscale: #949494. Windows color (decimal): -2198656 or 8418270. OLE color: 8418270.

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

Color convert

RGB 222 115 128 -
CMYK 0 0.48 0.42 0.13
HSL 352.71º 0.62% 0.66% -
HSV(B) 352.71º 0.48% 0.87% -
XYZ 40.15 29.35 23.97 -
YUV 148.48 116.45 180.44 -
System Red Green Blue C M Y K H S L
Decimal 222 115 128 0 0.48 0.42 0.13 352.71 0.62 0.66
Hex DE 73 80 0 30 2A D 161 3E 42
Octal 336 163 200 0 60 52 15 541 76 102
Binary 11011110 1110011 10000000 0 110000 101010 1101 101100001 111110 1000010

Color Harmonies of #DE7380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE7380

Black with #DE7380

Text Example


Text Example

White with #DE7380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE7380; }

 p { color: rgb(222,115,128); }

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

background-color css

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

 a { background-color: rgb(222,115,128); }

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

border-color css

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

 span { border-color: rgb(222,115,128); }

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