Html Css Color HEX #DD656B Froly

📋 copy color: '#DD656B'

red 221 ◦ green 101 ◦ blue 107

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

Shades of Froly #DD656B

Tints of Froly #DD656B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 24.94%

R = 51.52%
G = 23.54%
B = 24.94%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DD656B (or 0xDD656B) is known color: Froly. HEX triplet: DD, 65 and 6B. RGB value is (221,101,107). Sum of RGB (Red+Green+Blue) = 221+101+107=429 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.52% from 429); Green value is 101 (39.84% from 255 or 23.54% from 429); Blue value is 107 (42.19% from 255 or 24.94% from 429); Max value from RGB is 221 - color contains mainly: red. Hex color #DD656B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD656B is #229A94. Grayscale: #898989. Windows color (decimal): -2267797 or 7038429. OLE color: 7038429.

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

Color convert

RGB 221 101 107 -
CMYK 0 0.54 0.52 0.13
HSL 357º 0.64% 0.63% -
HSV(B) 357º 0.54% 0.87% -
XYZ 37.13 25.74 16.92 -
YUV 137.56 110.76 187.51 -
System Red Green Blue C M Y K H S L
Decimal 221 101 107 0 0.54 0.52 0.13 357 0.64 0.63
Hex DD 65 6B 0 36 34 D 165 40 3F
Octal 335 145 153 0 66 64 15 545 100 77
Binary 11011101 1100101 1101011 0 110110 110100 1101 101100101 1000000 111111

Color Harmonies of #DD656B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD656B

Black with #DD656B

Text Example


Text Example

White with #DD656B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD656B; }

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

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

background-color css

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

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

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

border-color css

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

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

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