Html Css Color HEX #DE6677 Froly

📋 copy color: '#DE6677'

red 222 ◦ green 102 ◦ blue 119

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

Shades of Froly #DE6677

Tints of Froly #DE6677

RGB

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

 GREEN value IS 102 (40.23% from 255) = 23.02%

 BLUE value IS 119 (46.88% from 255) = 26.86%

R = 50.11%
G = 23.02%
B = 26.86%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#DE6677 (or 0xDE6677) is known color: Froly. HEX triplet: DE, 66 and 77. RGB value is (222,102,119). Sum of RGB (Red+Green+Blue) = 222+102+119=443 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.11% from 443); Green value is 102 (40.23% from 255 or 23.02% from 443); Blue value is 119 (46.88% from 255 or 26.86% from 443); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6677 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE6677 is #219988. Grayscale: #8B8B8B. Windows color (decimal): -2201993 or 7825118. OLE color: 7825118.

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

Color convert

RGB 222 102 119 -
CMYK 0 0.54 0.46 0.13
HSL 351.5º 0.65% 0.64% -
HSV(B) 351.5º 0.54% 0.87% -
XYZ 38.21 26.36 20.53 -
YUV 139.82 116.26 186.62 -
System Red Green Blue C M Y K H S L
Decimal 222 102 119 0 0.54 0.46 0.13 351.5 0.65 0.64
Hex DE 66 77 0 36 2E D 160 41 40
Octal 336 146 167 0 66 56 15 540 101 100
Binary 11011110 1100110 1110111 0 110110 101110 1101 101100000 1000001 1000000

Color Harmonies of #DE6677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE6677

Black with #DE6677

Text Example


Text Example

White with #DE6677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE6677; }

 p { color: rgb(222,102,119); }

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

background-color css

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

 a { background-color: rgb(222,102,119); }

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

border-color css

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

 span { border-color: rgb(222,102,119); }

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