#DC636C

Color #DC636C Froly (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Froly #DC636C

Tints of Froly #DC636C

Color information

#DC636C (or 0xDC636C) is unknown color: approx Froly. HEX triplet: DC, 63 and 6C. RGB value is (220,99,108). Sum of RGB (Red+Green+Blue) = 220+99+108=427 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.52% from 427); Green value is 99 (39.06% from 255 or 23.19% from 427); Blue value is 108 (42.58% from 255 or 25.29% from 427); Max value from RGB is 220 - color contains mainly: red. Hex color #DC636C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC636C is #239C93. Grayscale: #888888. Windows color (decimal): -2333844 or 7103452. OLE color: 7103452.

HSL color Cylindrical-coordinate representation of color #DC636C: hue angle of 355.54º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DC636C is Cyan = 0, Magento = 0.55, Yellow = 0.51 and Black (K on CMYK) = 0.14.

Color convert

RGB22099108-
CMYK00.550.510.14
HSL355.54º63.35%62.55%-
HSV(B)355.54º55%86.27%-
XYZ36.6825.2217.12-
YUV136.21112.09187.77-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 51.52%
GREEN value IS 99 (39.06% from 255) = 23.19%
BLUE value IS 108 (42.58% from 255) = 25.29%
R=51.52%
G=23.19%
B=25.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.51
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2209910800.550.510.14355.5463.3562.55
HexDC636C03733E1643f3f
Octal33414315406763165447777
Binary110111001100011110110001101111100111110101100100111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC636C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC636C; }

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

 H1.HeaderClassName
 {
   color: #DC636C;
 }
 .AnyTagClassName
 {
   color: #DC636C;
 }
</style>
background-color css

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

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

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

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

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

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