Html Css Color HEX #DC5E6D Froly

📋 copy color: '#DC5E6D'

red 220 ◦ green 94 ◦ blue 109

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

Shades of Froly #DC5E6D

Tints of Froly #DC5E6D

RGB

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

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

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

R = 52.01%
G = 22.22%
B = 25.77%

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

#DC5E6D (or 0xDC5E6D) is known color: Froly. HEX triplet: DC, 5E and 6D. RGB value is (220,94,109). Sum of RGB (Red+Green+Blue) = 220+94+109=423 (56% of max value = 765). Red value is 220 (86.33% from 255 or 52.01% from 423); Green value is 94 (37.11% from 255 or 22.22% from 423); Blue value is 109 (42.97% from 255 or 25.77% from 423); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5E6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5E6D is #23A192. Grayscale: #858585. Windows color (decimal): -2335123 or 7167708. OLE color: 7167708.

HSL color Cylindrical-coordinate representation of color #DC5E6D: hue angle of 352.86º 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 #DC5E6D is Cyan = 0, Magento = 0.57, Yellow = 0.50 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 94 109 -
CMYK 0 0.57 0.50 0.14
HSL 352.86º 0.64% 0.62% -
HSV(B) 352.86º 0.57% 0.86% -
XYZ 36.28 24.33 17.25 -
YUV 133.38 114.24 189.78 -
System Red Green Blue C M Y K H S L
Decimal 220 94 109 0 0.57 0.50 0.14 352.86 0.64 0.62
Hex DC 5E 6D 0 39 32 E 161 40 3E
Octal 334 136 155 0 71 62 16 541 100 76
Binary 11011100 1011110 1101101 0 111001 110010 1110 101100001 1000000 111110

Color Harmonies of #DC5E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5E6D

Black with #DC5E6D

Text Example


Text Example

White with #DC5E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5E6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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