Html Css Color HEX #DD7A7F Froly

📋 copy color: '#DD7A7F'

red 221 ◦ green 122 ◦ blue 127

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

Shades of Froly #DD7A7F

Tints of Froly #DD7A7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 27.02%

R = 47.02%
G = 25.96%
B = 27.02%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DD7A7F (or 0xDD7A7F) is known color: Froly. HEX triplet: DD, 7A and 7F. RGB value is (221,122,127). Sum of RGB (Red+Green+Blue) = 221+122+127=470 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.02% from 470); Green value is 122 (48.05% from 255 or 25.96% from 470); Blue value is 127 (50% from 255 or 27.02% from 470); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7A7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7A7F is #228580. Grayscale: #989898. Windows color (decimal): -2262401 or 8354525. OLE color: 8354525.

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

Color convert

RGB 221 122 127 -
CMYK 0 0.45 0.43 0.13
HSL 356.97º 0.59% 0.67% -
HSV(B) 356.97º 0.45% 0.87% -
XYZ 40.61 30.82 23.89 -
YUV 152.17 113.8 177.09 -
System Red Green Blue C M Y K H S L
Decimal 221 122 127 0 0.45 0.43 0.13 356.97 0.59 0.67
Hex DD 7A 7F 0 2D 2B D 165 3B 43
Octal 335 172 177 0 55 53 15 545 73 103
Binary 11011101 1111010 1111111 0 101101 101011 1101 101100101 111011 1000011

Color Harmonies of #DD7A7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7A7F

Black with #DD7A7F

Text Example


Text Example

White with #DD7A7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7A7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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