Html Css Color HEX #DE7D7E Froly

📋 copy color: '#DE7D7E'

red 222 ◦ green 125 ◦ blue 126

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

Shades of Froly #DE7D7E

Tints of Froly #DE7D7E

RGB

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

 GREEN value IS 125 (49.22% from 255) = 26.43%

 BLUE value IS 126 (49.61% from 255) = 26.64%

R = 46.93%
G = 26.43%
B = 26.64%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DE7D7E (or 0xDE7D7E) is known color: Froly. HEX triplet: DE, 7D and 7E. RGB value is (222,125,126). Sum of RGB (Red+Green+Blue) = 222+125+126=473 (62% of max value = 765). Red value is 222 (87.11% from 255 or 46.93% from 473); Green value is 125 (49.22% from 255 or 26.43% from 473); Blue value is 126 (49.61% from 255 or 26.64% from 473); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7D7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE7D7E is #218281. Grayscale: #9A9A9A. Windows color (decimal): -2196098 or 8289758. OLE color: 8289758.

HSL color Cylindrical-coordinate representation of color #DE7D7E: hue angle of 359.38º 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 #DE7D7E is Cyan = 0, Magento = 0.44, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 125 126 -
CMYK 0 0.44 0.43 0.13
HSL 359.38º 0.6% 0.68% -
HSV(B) 359.38º 0.44% 0.87% -
XYZ 41.22 31.7 23.69 -
YUV 154.12 112.14 176.42 -
System Red Green Blue C M Y K H S L
Decimal 222 125 126 0 0.44 0.43 0.13 359.38 0.6 0.68
Hex DE 7D 7E 0 2C 2B D 167 3C 44
Octal 336 175 176 0 54 53 15 547 74 104
Binary 11011110 1111101 1111110 0 101100 101011 1101 101100111 111100 1000100

Color Harmonies of #DE7D7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE7D7E

Black with #DE7D7E

Text Example


Text Example

White with #DE7D7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE7D7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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