Html Css Color HEX #DE6A72 Froly

📋 copy color: '#DE6A72'

red 222 ◦ green 106 ◦ blue 114

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

Shades of Froly #DE6A72

Tints of Froly #DE6A72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 25.79%

R = 50.23%
G = 23.98%
B = 25.79%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DE6A72 (or 0xDE6A72) is known color: Froly. HEX triplet: DE, 6A and 72. RGB value is (222,106,114). Sum of RGB (Red+Green+Blue) = 222+106+114=442 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.23% from 442); Green value is 106 (41.80% from 255 or 23.98% from 442); Blue value is 114 (44.92% from 255 or 25.79% from 442); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6A72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE6A72 is #21958D. Grayscale: #8D8D8D. Windows color (decimal): -2200974 or 7498462. OLE color: 7498462.

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

Color convert

RGB 222 106 114 -
CMYK 0 0.52 0.49 0.13
HSL 355.86º 0.64% 0.64% -
HSV(B) 355.86º 0.52% 0.87% -
XYZ 38.32 27.05 19.12 -
YUV 141.6 112.43 185.35 -
System Red Green Blue C M Y K H S L
Decimal 222 106 114 0 0.52 0.49 0.13 355.86 0.64 0.64
Hex DE 6A 72 0 34 31 D 164 40 40
Octal 336 152 162 0 64 61 15 544 100 100
Binary 11011110 1101010 1110010 0 110100 110001 1101 101100100 1000000 1000000

Color Harmonies of #DE6A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE6A72

Black with #DE6A72

Text Example


Text Example

White with #DE6A72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE6A72; }

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

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

background-color css

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

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

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

border-color css

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

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

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