Html Css Color HEX #DE6A7E Froly

📋 copy color: '#DE6A7E'

red 222 ◦ green 106 ◦ blue 126

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

Shades of Froly #DE6A7E

Tints of Froly #DE6A7E

RGB

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

 GREEN value IS 106 (41.8% from 255) = 23.35%

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

R = 48.9%
G = 23.35%
B = 27.75%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DE6A7E (or 0xDE6A7E) is known color: Froly. HEX triplet: DE, 6A and 7E. RGB value is (222,106,126). Sum of RGB (Red+Green+Blue) = 222+106+126=454 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.90% from 454); Green value is 106 (41.80% from 255 or 23.35% from 454); Blue value is 126 (49.61% from 255 or 27.75% from 454); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6A7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE6A7E is #219581. Grayscale: #8F8F8F. Windows color (decimal): -2200962 or 8284894. OLE color: 8284894.

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

Color convert

RGB 222 106 126 -
CMYK 0 0.52 0.43 0.13
HSL 349.66º 0.64% 0.64% -
HSV(B) 349.66º 0.52% 0.87% -
XYZ 39.04 27.34 22.96 -
YUV 142.96 118.43 184.37 -
System Red Green Blue C M Y K H S L
Decimal 222 106 126 0 0.52 0.43 0.13 349.66 0.64 0.64
Hex DE 6A 7E 0 34 2B D 15E 40 40
Octal 336 152 176 0 64 53 15 536 100 100
Binary 11011110 1101010 1111110 0 110100 101011 1101 101011110 1000000 1000000

Color Harmonies of #DE6A7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE6A7E

Black with #DE6A7E

Text Example


Text Example

White with #DE6A7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE6A7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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