Html Css Color HEX #DD656F Froly

📋 copy color: '#DD656F'

red 221 ◦ green 101 ◦ blue 111

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

Shades of Froly #DD656F

Tints of Froly #DD656F

RGB

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

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

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

R = 51.04%
G = 23.33%
B = 25.64%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DD656F (or 0xDD656F) is known color: Froly. HEX triplet: DD, 65 and 6F. RGB value is (221,101,111). Sum of RGB (Red+Green+Blue) = 221+101+111=433 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.04% from 433); Green value is 101 (39.84% from 255 or 23.33% from 433); Blue value is 111 (43.75% from 255 or 25.64% from 433); Max value from RGB is 221 - color contains mainly: red. Hex color #DD656F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD656F is #229A90. Grayscale: #8A8A8A. Windows color (decimal): -2267793 or 7300573. OLE color: 7300573.

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

Color convert

RGB 221 101 111 -
CMYK 0 0.54 0.50 0.13
HSL 355º 0.64% 0.63% -
HSV(B) 355º 0.54% 0.87% -
XYZ 37.34 25.83 18.06 -
YUV 138.02 112.76 187.19 -
System Red Green Blue C M Y K H S L
Decimal 221 101 111 0 0.54 0.50 0.13 355 0.64 0.63
Hex DD 65 6F 0 36 32 D 163 40 3F
Octal 335 145 157 0 66 62 15 543 100 77
Binary 11011101 1100101 1101111 0 110110 110010 1101 101100011 1000000 111111

Color Harmonies of #DD656F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD656F

Black with #DD656F

Text Example


Text Example

White with #DD656F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD656F; }

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

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

background-color css

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

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

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

border-color css

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

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

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