Html Css Color HEX #DD656A Froly

📋 copy color: '#DD656A'

red 221 ◦ green 101 ◦ blue 106

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

Shades of Froly #DD656A

Tints of Froly #DD656A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 24.77%

R = 51.64%
G = 23.6%
B = 24.77%

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

#DD656A (or 0xDD656A) is known color: Froly. HEX triplet: DD, 65 and 6A. RGB value is (221,101,106). Sum of RGB (Red+Green+Blue) = 221+101+106=428 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.64% from 428); Green value is 101 (39.84% from 255 or 23.60% from 428); Blue value is 106 (41.80% from 255 or 24.77% from 428); Max value from RGB is 221 - color contains mainly: red. Hex color #DD656A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD656A is #229A95. Grayscale: #898989. Windows color (decimal): -2267798 or 6972893. OLE color: 6972893.

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

Color convert

RGB 221 101 106 -
CMYK 0 0.54 0.52 0.13
HSL 357.5º 0.64% 0.63% -
HSV(B) 357.5º 0.54% 0.87% -
XYZ 37.07 25.72 16.65 -
YUV 137.45 110.26 187.59 -
System Red Green Blue C M Y K H S L
Decimal 221 101 106 0 0.54 0.52 0.13 357.5 0.64 0.63
Hex DD 65 6A 0 36 34 D 166 40 3F
Octal 335 145 152 0 66 64 15 546 100 77
Binary 11011101 1100101 1101010 0 110110 110100 1101 101100110 1000000 111111

Color Harmonies of #DD656A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD656A

Black with #DD656A

Text Example


Text Example

White with #DD656A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD656A; }

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

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

background-color css

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

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

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

border-color css

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

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

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