Html Css Color HEX #DD6776 Froly

📋 copy color: '#DD6776'

red 221 ◦ green 103 ◦ blue 118

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

Shades of Froly #DD6776

Tints of Froly #DD6776

RGB

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

 GREEN value IS 103 (40.63% from 255) = 23.3%

 BLUE value IS 118 (46.48% from 255) = 26.7%

R = 50%
G = 23.3%
B = 26.7%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DD6776 (or 0xDD6776) is known color: Froly. HEX triplet: DD, 67 and 76. RGB value is (221,103,118). Sum of RGB (Red+Green+Blue) = 221+103+118=442 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50% from 442); Green value is 103 (40.62% from 255 or 23.30% from 442); Blue value is 118 (46.48% from 255 or 26.70% from 442); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6776 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6776 is #229889. Grayscale: #8C8C8C. Windows color (decimal): -2267274 or 7759837. OLE color: 7759837.

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

Color convert

RGB 221 103 118 -
CMYK 0 0.53 0.47 0.13
HSL 352.37º 0.63% 0.64% -
HSV(B) 352.37º 0.53% 0.87% -
XYZ 37.94 26.38 20.23 -
YUV 139.99 115.59 185.78 -
System Red Green Blue C M Y K H S L
Decimal 221 103 118 0 0.53 0.47 0.13 352.37 0.63 0.64
Hex DD 67 76 0 35 2F D 160 3F 40
Octal 335 147 166 0 65 57 15 540 77 100
Binary 11011101 1100111 1110110 0 110101 101111 1101 101100000 111111 1000000

Color Harmonies of #DD6776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6776

Black with #DD6776

Text Example


Text Example

White with #DD6776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6776; }

 p { color: rgb(221,103,118); }

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

background-color css

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

 a { background-color: rgb(221,103,118); }

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

border-color css

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

 span { border-color: rgb(221,103,118); }

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