Html Css Color HEX #DC647C Froly

📋 copy color: '#DC647C'

red 220 ◦ green 100 ◦ blue 124

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

Shades of Froly #DC647C

Tints of Froly #DC647C

RGB

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

 GREEN value IS 100 (39.45% from 255) = 22.52%

 BLUE value IS 124 (48.83% from 255) = 27.93%

R = 49.55%
G = 22.52%
B = 27.93%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.44

 K value IS 0.14

RGB Variations

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

Color information

#DC647C (or 0xDC647C) is known color: Froly. HEX triplet: DC, 64 and 7C. RGB value is (220,100,124). Sum of RGB (Red+Green+Blue) = 220+100+124=444 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.55% from 444); Green value is 100 (39.45% from 255 or 22.52% from 444); Blue value is 124 (48.83% from 255 or 27.93% from 444); Max value from RGB is 220 - color contains mainly: red. Hex color #DC647C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC647C is #239B83. Grayscale: #8A8A8A. Windows color (decimal): -2333572 or 8152284. OLE color: 8152284.

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

Color convert

RGB 220 100 124 -
CMYK 0 0.55 0.44 0.14
HSL 348º 0.63% 0.63% -
HSV(B) 348º 0.55% 0.86% -
XYZ 37.71 25.79 22.06 -
YUV 138.62 119.76 186.05 -
System Red Green Blue C M Y K H S L
Decimal 220 100 124 0 0.55 0.44 0.14 348 0.63 0.63
Hex DC 64 7C 0 37 2C E 15C 3F 3F
Octal 334 144 174 0 67 54 16 534 77 77
Binary 11011100 1100100 1111100 0 110111 101100 1110 101011100 111111 111111

Color Harmonies of #DC647C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC647C

Black with #DC647C

Text Example


Text Example

White with #DC647C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC647C; }

 p { color: rgb(220,100,124); }

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

background-color css

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

 a { background-color: rgb(220,100,124); }

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

border-color css

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

 span { border-color: rgb(220,100,124); }

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