Html Css Color HEX #DC637C Froly

📋 copy color: '#DC637C'

red 220 ◦ green 99 ◦ blue 124

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

Shades of Froly #DC637C

Tints of Froly #DC637C

RGB

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

 GREEN value IS 99 (39.06% from 255) = 22.35%

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

R = 49.66%
G = 22.35%
B = 27.99%

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

#DC637C (or 0xDC637C) is known color: Froly. HEX triplet: DC, 63 and 7C. RGB value is (220,99,124). Sum of RGB (Red+Green+Blue) = 220+99+124=443 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.66% from 443); Green value is 99 (39.06% from 255 or 22.35% from 443); Blue value is 124 (48.83% from 255 or 27.99% from 443); Max value from RGB is 220 - color contains mainly: red. Hex color #DC637C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC637C is #239C83. Grayscale: #8A8A8A. Windows color (decimal): -2333828 or 8152028. OLE color: 8152028.

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

Color convert

RGB 220 99 124 -
CMYK 0 0.55 0.44 0.14
HSL 347.6º 0.63% 0.63% -
HSV(B) 347.6º 0.55% 0.86% -
XYZ 37.62 25.59 22.03 -
YUV 138.03 120.09 186.47 -
System Red Green Blue C M Y K H S L
Decimal 220 99 124 0 0.55 0.44 0.14 347.6 0.63 0.63
Hex DC 63 7C 0 37 2C E 15C 3F 3F
Octal 334 143 174 0 67 54 16 534 77 77
Binary 11011100 1100011 1111100 0 110111 101100 1110 101011100 111111 111111

Color Harmonies of #DC637C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC637C

Black with #DC637C

Text Example


Text Example

White with #DC637C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC637C; }

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

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

background-color css

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

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

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

border-color css

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

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

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