Html Css Color HEX #DE6878 Froly

📋 copy color: '#DE6878'

red 222 ◦ green 104 ◦ blue 120

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

Shades of Froly #DE6878

Tints of Froly #DE6878

RGB

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

 GREEN value IS 104 (41.02% from 255) = 23.32%

 BLUE value IS 120 (47.27% from 255) = 26.91%

R = 49.78%
G = 23.32%
B = 26.91%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#DE6878 (or 0xDE6878) is known color: Froly. HEX triplet: DE, 68 and 78. RGB value is (222,104,120). Sum of RGB (Red+Green+Blue) = 222+104+120=446 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.78% from 446); Green value is 104 (41.02% from 255 or 23.32% from 446); Blue value is 120 (47.27% from 255 or 26.91% from 446); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6878 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE6878 is #219787. Grayscale: #8D8D8D. Windows color (decimal): -2201480 or 7891166. OLE color: 7891166.

HSL color Cylindrical-coordinate representation of color #DE6878: hue angle of 351.86º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DE6878 is Cyan = 0, Magento = 0.53, Yellow = 0.46 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 104 120 -
CMYK 0 0.53 0.46 0.13
HSL 351.86º 0.64% 0.64% -
HSV(B) 351.86º 0.53% 0.87% -
XYZ 38.46 26.79 20.91 -
YUV 141.11 116.09 185.7 -
System Red Green Blue C M Y K H S L
Decimal 222 104 120 0 0.53 0.46 0.13 351.86 0.64 0.64
Hex DE 68 78 0 35 2E D 160 40 40
Octal 336 150 170 0 65 56 15 540 100 100
Binary 11011110 1101000 1111000 0 110101 101110 1101 101100000 1000000 1000000

Color Harmonies of #DE6878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE6878

Black with #DE6878

Text Example


Text Example

White with #DE6878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE6878; }

 p { color: rgb(222,104,120); }

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

background-color css

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

 a { background-color: rgb(222,104,120); }

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

border-color css

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

 span { border-color: rgb(222,104,120); }

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