Html Css Color HEX #DC5F6C Froly

📋 copy color: '#DC5F6C'

red 220 ◦ green 95 ◦ blue 108

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

Shades of Froly #DC5F6C

Tints of Froly #DC5F6C

RGB

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

 GREEN value IS 95 (37.5% from 255) = 22.46%

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

R = 52.01%
G = 22.46%
B = 25.53%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#DC5F6C (or 0xDC5F6C) is known color: Froly. HEX triplet: DC, 5F and 6C. RGB value is (220,95,108). Sum of RGB (Red+Green+Blue) = 220+95+108=423 (56% of max value = 765). Red value is 220 (86.33% from 255 or 52.01% from 423); Green value is 95 (37.5% from 255 or 22.46% from 423); Blue value is 108 (42.58% from 255 or 25.53% from 423); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5F6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5F6C is #23A093. Grayscale: #858585. Windows color (decimal): -2334868 or 7102428. OLE color: 7102428.

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

Color convert

RGB 220 95 108 -
CMYK 0 0.57 0.51 0.14
HSL 353.76º 0.64% 0.62% -
HSV(B) 353.76º 0.57% 0.86% -
XYZ 36.31 24.48 17 -
YUV 133.86 113.41 189.44 -
System Red Green Blue C M Y K H S L
Decimal 220 95 108 0 0.57 0.51 0.14 353.76 0.64 0.62
Hex DC 5F 6C 0 39 33 E 162 40 3E
Octal 334 137 154 0 71 63 16 542 100 76
Binary 11011100 1011111 1101100 0 111001 110011 1110 101100010 1000000 111110

Color Harmonies of #DC5F6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5F6C

Black with #DC5F6C

Text Example


Text Example

White with #DC5F6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5F6C; }

 p { color: rgb(220,95,108); }

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

background-color css

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

 a { background-color: rgb(220,95,108); }

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

border-color css

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

 span { border-color: rgb(220,95,108); }

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