Html Css Color HEX #DD6977 Froly

📋 copy color: '#DD6977'

red 221 ◦ green 105 ◦ blue 119

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

Shades of Froly #DD6977

Tints of Froly #DD6977

RGB

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

 GREEN value IS 105 (41.41% from 255) = 23.6%

 BLUE value IS 119 (46.88% from 255) = 26.74%

R = 49.66%
G = 23.6%
B = 26.74%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#DD6977 (or 0xDD6977) is known color: Froly. HEX triplet: DD, 69 and 77. RGB value is (221,105,119). Sum of RGB (Red+Green+Blue) = 221+105+119=445 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.66% from 445); Green value is 105 (41.41% from 255 or 23.60% from 445); Blue value is 119 (46.88% from 255 or 26.74% from 445); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6977 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6977 is #229688. Grayscale: #8D8D8D. Windows color (decimal): -2266761 or 7825885. OLE color: 7825885.

HSL color Cylindrical-coordinate representation of color #DD6977: hue angle of 352.76º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DD6977 is Cyan = 0, Magento = 0.52, Yellow = 0.46 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 105 119 -
CMYK 0 0.52 0.46 0.13
HSL 352.76º 0.63% 0.64% -
HSV(B) 352.76º 0.52% 0.87% -
XYZ 38.2 26.81 20.61 -
YUV 141.28 115.43 184.86 -
System Red Green Blue C M Y K H S L
Decimal 221 105 119 0 0.52 0.46 0.13 352.76 0.63 0.64
Hex DD 69 77 0 34 2E D 161 3F 40
Octal 335 151 167 0 64 56 15 541 77 100
Binary 11011101 1101001 1110111 0 110100 101110 1101 101100001 111111 1000000

Color Harmonies of #DD6977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6977

Black with #DD6977

Text Example


Text Example

White with #DD6977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6977; }

 p { color: rgb(221,105,119); }

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

background-color css

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

 a { background-color: rgb(221,105,119); }

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

border-color css

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

 span { border-color: rgb(221,105,119); }

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