Html Css Color HEX #DE6A74 Froly

📋 copy color: '#DE6A74'

red 222 ◦ green 106 ◦ blue 116

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

Shades of Froly #DE6A74

Tints of Froly #DE6A74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 26.13%

R = 50%
G = 23.87%
B = 26.13%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DE6A74 (or 0xDE6A74) is known color: Froly. HEX triplet: DE, 6A and 74. RGB value is (222,106,116). Sum of RGB (Red+Green+Blue) = 222+106+116=444 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50% from 444); Green value is 106 (41.80% from 255 or 23.87% from 444); Blue value is 116 (45.70% from 255 or 26.13% from 444); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6A74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE6A74 is #21958B. Grayscale: #8D8D8D. Windows color (decimal): -2200972 or 7629534. OLE color: 7629534.

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

Color convert

RGB 222 106 116 -
CMYK 0 0.52 0.48 0.13
HSL 354.83º 0.64% 0.64% -
HSV(B) 354.83º 0.52% 0.87% -
XYZ 38.43 27.1 19.73 -
YUV 141.82 113.43 185.19 -
System Red Green Blue C M Y K H S L
Decimal 222 106 116 0 0.52 0.48 0.13 354.83 0.64 0.64
Hex DE 6A 74 0 34 30 D 163 40 40
Octal 336 152 164 0 64 60 15 543 100 100
Binary 11011110 1101010 1110100 0 110100 110000 1101 101100011 1000000 1000000

Color Harmonies of #DE6A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE6A74

Black with #DE6A74

Text Example


Text Example

White with #DE6A74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE6A74; }

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

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

background-color css

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

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

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

border-color css

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

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

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