Html Css Color HEX #DD656C Froly

📋 copy color: '#DD656C'

red 221 ◦ green 101 ◦ blue 108

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

Shades of Froly #DD656C

Tints of Froly #DD656C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 25.12%

R = 51.4%
G = 23.49%
B = 25.12%

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

#DD656C (or 0xDD656C) is known color: Froly. HEX triplet: DD, 65 and 6C. RGB value is (221,101,108). Sum of RGB (Red+Green+Blue) = 221+101+108=430 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.40% from 430); Green value is 101 (39.84% from 255 or 23.49% from 430); Blue value is 108 (42.58% from 255 or 25.12% from 430); Max value from RGB is 221 - color contains mainly: red. Hex color #DD656C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD656C is #229A93. Grayscale: #898989. Windows color (decimal): -2267796 or 7103965. OLE color: 7103965.

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

Color convert

RGB 221 101 108 -
CMYK 0 0.54 0.51 0.13
HSL 356.5º 0.64% 0.63% -
HSV(B) 356.5º 0.54% 0.87% -
XYZ 37.18 25.76 17.2 -
YUV 137.68 111.26 187.43 -
System Red Green Blue C M Y K H S L
Decimal 221 101 108 0 0.54 0.51 0.13 356.5 0.64 0.63
Hex DD 65 6C 0 36 33 D 164 40 3F
Octal 335 145 154 0 66 63 15 544 100 77
Binary 11011101 1100101 1101100 0 110110 110011 1101 101100100 1000000 111111

Color Harmonies of #DD656C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD656C

Black with #DD656C

Text Example


Text Example

White with #DD656C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD656C; }

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

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

background-color css

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

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

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

border-color css

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

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

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