Html Css Color HEX #DD647C Froly

📋 copy color: '#DD647C'

red 221 ◦ green 100 ◦ blue 124

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

Shades of Froly #DD647C

Tints of Froly #DD647C

RGB

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

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

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

R = 49.66%
G = 22.47%
B = 27.87%

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

#DD647C (or 0xDD647C) is known color: Froly. HEX triplet: DD, 64 and 7C. RGB value is (221,100,124). Sum of RGB (Red+Green+Blue) = 221+100+124=445 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.66% from 445); Green value is 100 (39.45% from 255 or 22.47% from 445); Blue value is 124 (48.83% from 255 or 27.87% from 445); Max value from RGB is 221 - color contains mainly: red. Hex color #DD647C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD647C is #229B83. Grayscale: #8A8A8A. Windows color (decimal): -2268036 or 8152285. OLE color: 8152285.

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

Color convert

RGB 221 100 124 -
CMYK 0 0.55 0.44 0.13
HSL 348.1º 0.64% 0.63% -
HSV(B) 348.1º 0.55% 0.87% -
XYZ 38.01 25.94 22.07 -
YUV 138.92 119.59 186.55 -
System Red Green Blue C M Y K H S L
Decimal 221 100 124 0 0.55 0.44 0.13 348.1 0.64 0.63
Hex DD 64 7C 0 37 2C D 15C 40 3F
Octal 335 144 174 0 67 54 15 534 100 77
Binary 11011101 1100100 1111100 0 110111 101100 1101 101011100 1000000 111111

Color Harmonies of #DD647C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD647C

Black with #DD647C

Text Example


Text Example

White with #DD647C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD647C; }

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

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

background-color css

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

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

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

border-color css

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

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

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