#dc627b

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

Shades of Froly #DC627B

Tints of Froly #DC627B

Color information

#DC627B (or 0xDC627B) is unknown color: approx Froly. HEX triplet: DC, 62 and 7B. RGB value is (220,98,123). Sum of RGB (Red+Green+Blue) = 220+98+123=441 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.89% from 441); Green value is 98 (38.67% from 255 or 22.22% from 441); Blue value is 123 (48.44% from 255 or 27.89% from 441); Max value from RGB is 220 - color contains mainly: red. Hex color #DC627B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC627B is #239D84. Grayscale: #898989. Windows color (decimal): -2334085 or 8086236. OLE color: 8086236.

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

Color convert

RGB22098123-
CMYK00.550.440.14
HSL347.7º63.54%62.35%-
HSV(B)347.7º55.45%86.27%-
XYZ37.4625.3821.66-
YUV137.33119.92186.97-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 49.89%
GREEN value IS 98 (38.67% from 255) = 22.22%
BLUE value IS 123 (48.44% from 255) = 27.89%
R=49.89%
G=22.22%
B=27.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.44
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2209812300.550.440.14347.763.5462.35
HexDC627B0372CE15c403e
Octal334142173067541653410076
Binary1101110011000101111011011011110110011101010111001000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dc627b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dc627b; }

 p { color: rgb(220,98,123); }

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

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

 a { background-color: rgb(220,98,123); }

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

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

 span { border-color: rgb(220,98,123); }

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