Html Css Color HEX #DD7A7C Froly

📋 copy color: '#DD7A7C'

red 221 ◦ green 122 ◦ blue 124

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

Shades of Froly #DD7A7C

Tints of Froly #DD7A7C

RGB

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

 GREEN value IS 122 (48.05% from 255) = 26.12%

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

R = 47.32%
G = 26.12%
B = 26.55%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DD7A7C (or 0xDD7A7C) is known color: Froly. HEX triplet: DD, 7A and 7C. RGB value is (221,122,124). Sum of RGB (Red+Green+Blue) = 221+122+124=467 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.32% from 467); Green value is 122 (48.05% from 255 or 26.12% from 467); Blue value is 124 (48.83% from 255 or 26.55% from 467); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7A7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7A7C is #228583. Grayscale: #979797. Windows color (decimal): -2262404 or 8157917. OLE color: 8157917.

HSL color Cylindrical-coordinate representation of color #DD7A7C: hue angle of 358.79º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DD7A7C is Cyan = 0, Magento = 0.45, Yellow = 0.44 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 122 124 -
CMYK 0 0.45 0.44 0.13
HSL 358.79º 0.59% 0.67% -
HSV(B) 358.79º 0.45% 0.87% -
XYZ 40.42 30.75 22.87 -
YUV 151.83 112.3 177.34 -
System Red Green Blue C M Y K H S L
Decimal 221 122 124 0 0.45 0.44 0.13 358.79 0.59 0.67
Hex DD 7A 7C 0 2D 2C D 167 3B 43
Octal 335 172 174 0 55 54 15 547 73 103
Binary 11011101 1111010 1111100 0 101101 101100 1101 101100111 111011 1000011

Color Harmonies of #DD7A7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7A7C

Black with #DD7A7C

Text Example


Text Example

White with #DD7A7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7A7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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