Html Css Color HEX #DD647A Froly

📋 copy color: '#DD647A'

red 221 ◦ green 100 ◦ blue 122

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

Shades of Froly #DD647A

Tints of Froly #DD647A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 27.54%

R = 49.89%
G = 22.57%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DD647A (or 0xDD647A) is known color: Froly. HEX triplet: DD, 64 and 7A. RGB value is (221,100,122). Sum of RGB (Red+Green+Blue) = 221+100+122=443 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.89% from 443); Green value is 100 (39.45% from 255 or 22.57% from 443); Blue value is 122 (48.05% from 255 or 27.54% from 443); Max value from RGB is 221 - color contains mainly: red. Hex color #DD647A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD647A is #229B85. Grayscale: #8A8A8A. Windows color (decimal): -2268038 or 8021213. OLE color: 8021213.

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

Color convert

RGB 221 100 122 -
CMYK 0 0.55 0.45 0.13
HSL 349.09º 0.64% 0.63% -
HSV(B) 349.09º 0.55% 0.87% -
XYZ 37.89 25.89 21.41 -
YUV 138.69 118.59 186.71 -
System Red Green Blue C M Y K H S L
Decimal 221 100 122 0 0.55 0.45 0.13 349.09 0.64 0.63
Hex DD 64 7A 0 37 2D D 15D 40 3F
Octal 335 144 172 0 67 55 15 535 100 77
Binary 11011101 1100100 1111010 0 110111 101101 1101 101011101 1000000 111111

Color Harmonies of #DD647A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD647A

Black with #DD647A

Text Example


Text Example

White with #DD647A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD647A; }

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

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

background-color css

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

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

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

border-color css

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

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

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