Html Css Color HEX #DD646F Froly

📋 copy color: '#DD646F'

red 221 ◦ green 100 ◦ blue 111

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

Shades of Froly #DD646F

Tints of Froly #DD646F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 25.69%

R = 51.16%
G = 23.15%
B = 25.69%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DD646F (or 0xDD646F) is known color: Froly. HEX triplet: DD, 64 and 6F. RGB value is (221,100,111). Sum of RGB (Red+Green+Blue) = 221+100+111=432 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.16% from 432); Green value is 100 (39.45% from 255 or 23.15% from 432); Blue value is 111 (43.75% from 255 or 25.69% from 432); Max value from RGB is 221 - color contains mainly: red. Hex color #DD646F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD646F is #229B90. Grayscale: #898989. Windows color (decimal): -2268049 or 7300317. OLE color: 7300317.

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

Color convert

RGB 221 100 111 -
CMYK 0 0.55 0.50 0.13
HSL 354.55º 0.64% 0.63% -
HSV(B) 354.55º 0.55% 0.87% -
XYZ 37.25 25.63 18.02 -
YUV 137.43 113.09 187.61 -
System Red Green Blue C M Y K H S L
Decimal 221 100 111 0 0.55 0.50 0.13 354.55 0.64 0.63
Hex DD 64 6F 0 37 32 D 163 40 3F
Octal 335 144 157 0 67 62 15 543 100 77
Binary 11011101 1100100 1101111 0 110111 110010 1101 101100011 1000000 111111

Color Harmonies of #DD646F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD646F

Black with #DD646F

Text Example


Text Example

White with #DD646F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD646F; }

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

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

background-color css

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

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

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

border-color css

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

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

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