Html Css Color HEX #DD637C Froly

📋 copy color: '#DD637C'

red 221 ◦ green 99 ◦ blue 124

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

Shades of Froly #DD637C

Tints of Froly #DD637C

RGB

 RED value IS 221 (86.72% from 255) = 49.77%

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

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

R = 49.77%
G = 22.3%
B = 27.93%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DD637C (or 0xDD637C) is known color: Froly. HEX triplet: DD, 63 and 7C. RGB value is (221,99,124). Sum of RGB (Red+Green+Blue) = 221+99+124=444 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.77% from 444); Green value is 99 (39.06% from 255 or 22.30% from 444); Blue value is 124 (48.83% from 255 or 27.93% from 444); Max value from RGB is 221 - color contains mainly: red. Hex color #DD637C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD637C is #229C83. Grayscale: #8A8A8A. Windows color (decimal): -2268292 or 8152029. OLE color: 8152029.

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

Color convert

RGB 221 99 124 -
CMYK 0 0.55 0.44 0.13
HSL 347.7º 0.64% 0.63% -
HSV(B) 347.7º 0.55% 0.87% -
XYZ 37.92 25.75 22.04 -
YUV 138.33 119.92 186.97 -
System Red Green Blue C M Y K H S L
Decimal 221 99 124 0 0.55 0.44 0.13 347.7 0.64 0.63
Hex DD 63 7C 0 37 2C D 15C 40 3F
Octal 335 143 174 0 67 54 15 534 100 77
Binary 11011101 1100011 1111100 0 110111 101100 1101 101011100 1000000 111111

Color Harmonies of #DD637C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD637C

Black with #DD637C

Text Example


Text Example

White with #DD637C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD637C; }

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

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

background-color css

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

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

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

border-color css

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

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

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