Html Css Color HEX #DE5E6D Froly

📋 copy color: '#DE5E6D'

red 222 ◦ green 94 ◦ blue 109

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

Shades of Froly #DE5E6D

Tints of Froly #DE5E6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 25.65%

R = 52.24%
G = 22.12%
B = 25.65%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#DE5E6D (or 0xDE5E6D) is known color: Froly. HEX triplet: DE, 5E and 6D. RGB value is (222,94,109). Sum of RGB (Red+Green+Blue) = 222+94+109=425 (56% of max value = 765). Red value is 222 (87.11% from 255 or 52.24% from 425); Green value is 94 (37.11% from 255 or 22.12% from 425); Blue value is 109 (42.97% from 255 or 25.65% from 425); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5E6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE5E6D is #21A192. Grayscale: #868686. Windows color (decimal): -2204051 or 7167710. OLE color: 7167710.

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

Color convert

RGB 222 94 109 -
CMYK 0 0.58 0.51 0.13
HSL 352.97º 0.66% 0.62% -
HSV(B) 352.97º 0.58% 0.87% -
XYZ 36.89 24.64 17.28 -
YUV 133.98 113.91 190.78 -
System Red Green Blue C M Y K H S L
Decimal 222 94 109 0 0.58 0.51 0.13 352.97 0.66 0.62
Hex DE 5E 6D 0 3A 33 D 161 42 3E
Octal 336 136 155 0 72 63 15 541 102 76
Binary 11011110 1011110 1101101 0 111010 110011 1101 101100001 1000010 111110

Color Harmonies of #DE5E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE5E6D

Black with #DE5E6D

Text Example


Text Example

White with #DE5E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE5E6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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