Html Css Color HEX #DE5C6E Froly

📋 copy color: '#DE5C6E'

red 222 ◦ green 92 ◦ blue 110

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

Shades of Froly #DE5C6E

Tints of Froly #DE5C6E

RGB

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

 GREEN value IS 92 (36.33% from 255) = 21.7%

 BLUE value IS 110 (43.36% from 255) = 25.94%

R = 52.36%
G = 21.7%
B = 25.94%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DE5C6E (or 0xDE5C6E) is known color: Froly. HEX triplet: DE, 5C and 6E. RGB value is (222,92,110). Sum of RGB (Red+Green+Blue) = 222+92+110=424 (56% of max value = 765). Red value is 222 (87.11% from 255 or 52.36% from 424); Green value is 92 (36.33% from 255 or 21.70% from 424); Blue value is 110 (43.36% from 255 or 25.94% from 424); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5C6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE5C6E is #21A391. Grayscale: #848484. Windows color (decimal): -2204562 or 7232734. OLE color: 7232734.

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

Color convert

RGB 222 92 110 -
CMYK 0 0.59 0.50 0.13
HSL 351.69º 0.66% 0.62% -
HSV(B) 351.69º 0.59% 0.87% -
XYZ 36.77 24.31 17.51 -
YUV 132.92 115.07 191.54 -
System Red Green Blue C M Y K H S L
Decimal 222 92 110 0 0.59 0.50 0.13 351.69 0.66 0.62
Hex DE 5C 6E 0 3B 32 D 160 42 3E
Octal 336 134 156 0 73 62 15 540 102 76
Binary 11011110 1011100 1101110 0 111011 110010 1101 101100000 1000010 111110

Color Harmonies of #DE5C6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE5C6E

Black with #DE5C6E

Text Example


Text Example

White with #DE5C6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE5C6E; }

 p { color: rgb(222,92,110); }

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

background-color css

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

 a { background-color: rgb(222,92,110); }

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

border-color css

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

 span { border-color: rgb(222,92,110); }

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