Html Css Color HEX #DD656D Froly

📋 copy color: '#DD656D'

red 221 ◦ green 101 ◦ blue 109

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

Shades of Froly #DD656D

Tints of Froly #DD656D

RGB

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

 GREEN value IS 101 (39.84% from 255) = 23.43%

 BLUE value IS 109 (42.97% from 255) = 25.29%

R = 51.28%
G = 23.43%
B = 25.29%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#DD656D (or 0xDD656D) is known color: Froly. HEX triplet: DD, 65 and 6D. RGB value is (221,101,109). Sum of RGB (Red+Green+Blue) = 221+101+109=431 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.28% from 431); Green value is 101 (39.84% from 255 or 23.43% from 431); Blue value is 109 (42.97% from 255 or 25.29% from 431); Max value from RGB is 221 - color contains mainly: red. Hex color #DD656D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD656D is #229A92. Grayscale: #898989. Windows color (decimal): -2267795 or 7169501. OLE color: 7169501.

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

Color convert

RGB 221 101 109 -
CMYK 0 0.54 0.51 0.13
HSL 356º 0.64% 0.63% -
HSV(B) 356º 0.54% 0.87% -
XYZ 37.23 25.78 17.48 -
YUV 137.79 111.76 187.35 -
System Red Green Blue C M Y K H S L
Decimal 221 101 109 0 0.54 0.51 0.13 356 0.64 0.63
Hex DD 65 6D 0 36 33 D 164 40 3F
Octal 335 145 155 0 66 63 15 544 100 77
Binary 11011101 1100101 1101101 0 110110 110011 1101 101100100 1000000 111111

Color Harmonies of #DD656D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD656D

Black with #DD656D

Text Example


Text Example

White with #DD656D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD656D; }

 p { color: rgb(221,101,109); }

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

background-color css

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

 a { background-color: rgb(221,101,109); }

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

border-color css

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

 span { border-color: rgb(221,101,109); }

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