Html Css Color HEX #DD657B Froly

📋 copy color: '#DD657B'

red 221 ◦ green 101 ◦ blue 123

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

Shades of Froly #DD657B

Tints of Froly #DD657B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 27.64%

R = 49.66%
G = 22.7%
B = 27.64%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DD657B (or 0xDD657B) is known color: Froly. HEX triplet: DD, 65 and 7B. RGB value is (221,101,123). Sum of RGB (Red+Green+Blue) = 221+101+123=445 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.66% from 445); Green value is 101 (39.84% from 255 or 22.70% from 445); Blue value is 123 (48.44% from 255 or 27.64% from 445); Max value from RGB is 221 - color contains mainly: red. Hex color #DD657B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD657B is #229A84. Grayscale: #8B8B8B. Windows color (decimal): -2267781 or 8087005. OLE color: 8087005.

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

Color convert

RGB 221 101 123 -
CMYK 0 0.54 0.44 0.13
HSL 349º 0.64% 0.63% -
HSV(B) 349º 0.54% 0.87% -
XYZ 38.05 26.11 21.77 -
YUV 139.39 118.76 186.21 -
System Red Green Blue C M Y K H S L
Decimal 221 101 123 0 0.54 0.44 0.13 349 0.64 0.63
Hex DD 65 7B 0 36 2C D 15D 40 3F
Octal 335 145 173 0 66 54 15 535 100 77
Binary 11011101 1100101 1111011 0 110110 101100 1101 101011101 1000000 111111

Color Harmonies of #DD657B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD657B

Black with #DD657B

Text Example


Text Example

White with #DD657B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD657B; }

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

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

background-color css

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

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

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

border-color css

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

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

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