Html Css Color HEX #DE5E6C Froly

📋 copy color: '#DE5E6C'

red 222 ◦ green 94 ◦ blue 108

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

Shades of Froly #DE5E6C

Tints of Froly #DE5E6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 25.47%

R = 52.36%
G = 22.17%
B = 25.47%

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

#DE5E6C (or 0xDE5E6C) is known color: Froly. HEX triplet: DE, 5E and 6C. RGB value is (222,94,108). Sum of RGB (Red+Green+Blue) = 222+94+108=424 (56% of max value = 765). Red value is 222 (87.11% from 255 or 52.36% from 424); Green value is 94 (37.11% from 255 or 22.17% from 424); Blue value is 108 (42.58% from 255 or 25.47% from 424); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5E6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE5E6C is #21A193. Grayscale: #858585. Windows color (decimal): -2204052 or 7102174. OLE color: 7102174.

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

Color convert

RGB 222 94 108 -
CMYK 0 0.58 0.51 0.13
HSL 353.44º 0.66% 0.62% -
HSV(B) 353.44º 0.58% 0.87% -
XYZ 36.83 24.62 17 -
YUV 133.87 113.41 190.86 -
System Red Green Blue C M Y K H S L
Decimal 222 94 108 0 0.58 0.51 0.13 353.44 0.66 0.62
Hex DE 5E 6C 0 3A 33 D 161 42 3E
Octal 336 136 154 0 72 63 15 541 102 76
Binary 11011110 1011110 1101100 0 111010 110011 1101 101100001 1000010 111110

Color Harmonies of #DE5E6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE5E6C

Black with #DE5E6C

Text Example


Text Example

White with #DE5E6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE5E6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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