Html Css Color HEX #DC5E6E Froly

📋 copy color: '#DC5E6E'

red 220 ◦ green 94 ◦ blue 110

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

Shades of Froly #DC5E6E

Tints of Froly #DC5E6E

RGB

 RED value IS 220 (86.33% from 255) = 51.89%

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

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

R = 51.89%
G = 22.17%
B = 25.94%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#DC5E6E (or 0xDC5E6E) is known color: Froly. HEX triplet: DC, 5E and 6E. RGB value is (220,94,110). Sum of RGB (Red+Green+Blue) = 220+94+110=424 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.89% from 424); Green value is 94 (37.11% from 255 or 22.17% from 424); Blue value is 110 (43.36% from 255 or 25.94% from 424); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5E6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5E6E is #23A191. Grayscale: #858585. Windows color (decimal): -2335122 or 7233244. OLE color: 7233244.

HSL color Cylindrical-coordinate representation of color #DC5E6E: hue angle of 352.38º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DC5E6E is Cyan = 0, Magento = 0.57, Yellow = 0.50 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 94 110 -
CMYK 0 0.57 0.50 0.14
HSL 352.38º 0.64% 0.62% -
HSV(B) 352.38º 0.57% 0.86% -
XYZ 36.33 24.35 17.54 -
YUV 133.5 114.74 189.7 -
System Red Green Blue C M Y K H S L
Decimal 220 94 110 0 0.57 0.50 0.14 352.38 0.64 0.62
Hex DC 5E 6E 0 39 32 E 160 40 3E
Octal 334 136 156 0 71 62 16 540 100 76
Binary 11011100 1011110 1101110 0 111001 110010 1110 101100000 1000000 111110

Color Harmonies of #DC5E6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5E6E

Black with #DC5E6E

Text Example


Text Example

White with #DC5E6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5E6E; }

 p { color: rgb(220,94,110); }

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

background-color css

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

 a { background-color: rgb(220,94,110); }

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

border-color css

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

 span { border-color: rgb(220,94,110); }

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