Html Css Color HEX #DD667C Froly

📋 copy color: '#DD667C'

red 221 ◦ green 102 ◦ blue 124

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

Shades of Froly #DD667C

Tints of Froly #DD667C

RGB

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

 GREEN value IS 102 (40.23% from 255) = 22.82%

 BLUE value IS 124 (48.83% from 255) = 27.74%

R = 49.44%
G = 22.82%
B = 27.74%

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

#DD667C (or 0xDD667C) is known color: Froly. HEX triplet: DD, 66 and 7C. RGB value is (221,102,124). Sum of RGB (Red+Green+Blue) = 221+102+124=447 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.44% from 447); Green value is 102 (40.23% from 255 or 22.82% from 447); Blue value is 124 (48.83% from 255 or 27.74% from 447); Max value from RGB is 221 - color contains mainly: red. Hex color #DD667C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD667C is #229983. Grayscale: #8C8C8C. Windows color (decimal): -2267524 or 8152797. OLE color: 8152797.

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

Color convert

RGB 221 102 124 -
CMYK 0 0.54 0.44 0.13
HSL 348.91º 0.64% 0.63% -
HSV(B) 348.91º 0.54% 0.87% -
XYZ 38.21 26.33 22.14 -
YUV 140.09 118.92 185.71 -
System Red Green Blue C M Y K H S L
Decimal 221 102 124 0 0.54 0.44 0.13 348.91 0.64 0.63
Hex DD 66 7C 0 36 2C D 15D 40 3F
Octal 335 146 174 0 66 54 15 535 100 77
Binary 11011101 1100110 1111100 0 110110 101100 1101 101011101 1000000 111111

Color Harmonies of #DD667C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD667C

Black with #DD667C

Text Example


Text Example

White with #DD667C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD667C; }

 p { color: rgb(221,102,124); }

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

background-color css

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

 a { background-color: rgb(221,102,124); }

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

border-color css

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

 span { border-color: rgb(221,102,124); }

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