Html Css Color HEX #DE5E72 Froly

📋 copy color: '#DE5E72'

red 222 ◦ green 94 ◦ blue 114

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

Shades of Froly #DE5E72

Tints of Froly #DE5E72

RGB

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

 GREEN value IS 94 (37.11% from 255) = 21.86%

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

R = 51.63%
G = 21.86%
B = 26.51%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DE5E72 (or 0xDE5E72) is known color: Froly. HEX triplet: DE, 5E and 72. RGB value is (222,94,114). Sum of RGB (Red+Green+Blue) = 222+94+114=430 (56% of max value = 765). Red value is 222 (87.11% from 255 or 51.63% from 430); Green value is 94 (37.11% from 255 or 21.86% from 430); Blue value is 114 (44.92% from 255 or 26.51% from 430); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5E72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE5E72 is #21A18D. Grayscale: #868686. Windows color (decimal): -2204046 or 7495390. OLE color: 7495390.

HSL color Cylindrical-coordinate representation of color #DE5E72: hue angle of 350.62º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DE5E72 is Cyan = 0, Magento = 0.58, Yellow = 0.49 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 94 114 -
CMYK 0 0.58 0.49 0.13
HSL 350.63º 0.66% 0.62% -
HSV(B) 350.63º 0.58% 0.87% -
XYZ 37.16 24.75 18.74 -
YUV 134.55 116.41 190.37 -
System Red Green Blue C M Y K H S L
Decimal 222 94 114 0 0.58 0.49 0.13 350.63 0.66 0.62
Hex DE 5E 72 0 3A 31 D 15F 42 3E
Octal 336 136 162 0 72 61 15 537 102 76
Binary 11011110 1011110 1110010 0 111010 110001 1101 101011111 1000010 111110

Color Harmonies of #DE5E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE5E72

Black with #DE5E72

Text Example


Text Example

White with #DE5E72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE5E72; }

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

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

background-color css

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

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

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

border-color css

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

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

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