Html Css Color HEX #DE7C7D Froly

📋 copy color: '#DE7C7D'

red 222 ◦ green 124 ◦ blue 125

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

Shades of Froly #DE7C7D

Tints of Froly #DE7C7D

RGB

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

 GREEN value IS 124 (48.83% from 255) = 26.33%

 BLUE value IS 125 (49.22% from 255) = 26.54%

R = 47.13%
G = 26.33%
B = 26.54%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DE7C7D (or 0xDE7C7D) is known color: Froly. HEX triplet: DE, 7C and 7D. RGB value is (222,124,125). Sum of RGB (Red+Green+Blue) = 222+124+125=471 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.13% from 471); Green value is 124 (48.83% from 255 or 26.33% from 471); Blue value is 125 (49.22% from 255 or 26.54% from 471); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7C7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE7C7D is #218382. Grayscale: #999999. Windows color (decimal): -2196355 or 8223966. OLE color: 8223966.

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

Color convert

RGB 222 124 125 -
CMYK 0 0.44 0.44 0.13
HSL 359.39º 0.6% 0.68% -
HSV(B) 359.39º 0.44% 0.87% -
XYZ 41.03 31.43 23.31 -
YUV 153.42 111.97 176.92 -
System Red Green Blue C M Y K H S L
Decimal 222 124 125 0 0.44 0.44 0.13 359.39 0.6 0.68
Hex DE 7C 7D 0 2C 2C D 167 3C 44
Octal 336 174 175 0 54 54 15 547 74 104
Binary 11011110 1111100 1111101 0 101100 101100 1101 101100111 111100 1000100

Color Harmonies of #DE7C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE7C7D

Black with #DE7C7D

Text Example


Text Example

White with #DE7C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE7C7D; }

 p { color: rgb(222,124,125); }

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

background-color css

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

 a { background-color: rgb(222,124,125); }

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

border-color css

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

 span { border-color: rgb(222,124,125); }

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