Html Css Color HEX #DC5F68 Froly

📋 copy color: '#DC5F68'

red 220 ◦ green 95 ◦ blue 104

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

Shades of Froly #DC5F68

Tints of Froly #DC5F68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 24.82%

R = 52.51%
G = 22.67%
B = 24.82%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#DC5F68 (or 0xDC5F68) is known color: Froly. HEX triplet: DC, 5F and 68. RGB value is (220,95,104). Sum of RGB (Red+Green+Blue) = 220+95+104=419 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.51% from 419); Green value is 95 (37.5% from 255 or 22.67% from 419); Blue value is 104 (41.02% from 255 or 24.82% from 419); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5F68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5F68 is #23A097. Grayscale: #858585. Windows color (decimal): -2334872 or 6840284. OLE color: 6840284.

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

Color convert

RGB 220 95 104 -
CMYK 0 0.57 0.53 0.14
HSL 355.68º 0.64% 0.62% -
HSV(B) 355.68º 0.57% 0.86% -
XYZ 36.11 24.4 15.9 -
YUV 133.4 111.41 189.77 -
System Red Green Blue C M Y K H S L
Decimal 220 95 104 0 0.57 0.53 0.14 355.68 0.64 0.62
Hex DC 5F 68 0 39 35 E 164 40 3E
Octal 334 137 150 0 71 65 16 544 100 76
Binary 11011100 1011111 1101000 0 111001 110101 1110 101100100 1000000 111110

Color Harmonies of #DC5F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5F68

Black with #DC5F68

Text Example


Text Example

White with #DC5F68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5F68; }

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

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

background-color css

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

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

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

border-color css

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

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

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