Html Css Color HEX #DD7B7E Froly

📋 copy color: '#DD7B7E'

red 221 ◦ green 123 ◦ blue 126

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

Shades of Froly #DD7B7E

Tints of Froly #DD7B7E

RGB

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

 GREEN value IS 123 (48.44% from 255) = 26.17%

 BLUE value IS 126 (49.61% from 255) = 26.81%

R = 47.02%
G = 26.17%
B = 26.81%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DD7B7E (or 0xDD7B7E) is known color: Froly. HEX triplet: DD, 7B and 7E. RGB value is (221,123,126). Sum of RGB (Red+Green+Blue) = 221+123+126=470 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.02% from 470); Green value is 123 (48.44% from 255 or 26.17% from 470); Blue value is 126 (49.61% from 255 or 26.81% from 470); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7B7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7B7E is #228481. Grayscale: #989898. Windows color (decimal): -2262146 or 8289245. OLE color: 8289245.

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

Color convert

RGB 221 123 126 -
CMYK 0 0.44 0.43 0.13
HSL 358.16º 0.59% 0.67% -
HSV(B) 358.16º 0.44% 0.87% -
XYZ 40.67 31.04 23.59 -
YUV 152.64 112.97 176.76 -
System Red Green Blue C M Y K H S L
Decimal 221 123 126 0 0.44 0.43 0.13 358.16 0.59 0.67
Hex DD 7B 7E 0 2C 2B D 166 3B 43
Octal 335 173 176 0 54 53 15 546 73 103
Binary 11011101 1111011 1111110 0 101100 101011 1101 101100110 111011 1000011

Color Harmonies of #DD7B7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7B7E

Black with #DD7B7E

Text Example


Text Example

White with #DD7B7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7B7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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