Html Css Color HEX #DD6976 Froly

📋 copy color: '#DD6976'

red 221 ◦ green 105 ◦ blue 118

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

Shades of Froly #DD6976

Tints of Froly #DD6976

RGB

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

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

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

R = 49.77%
G = 23.65%
B = 26.58%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DD6976 (or 0xDD6976) is known color: Froly. HEX triplet: DD, 69 and 76. RGB value is (221,105,118). Sum of RGB (Red+Green+Blue) = 221+105+118=444 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.77% from 444); Green value is 105 (41.41% from 255 or 23.65% from 444); Blue value is 118 (46.48% from 255 or 26.58% from 444); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6976 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6976 is #229689. Grayscale: #8D8D8D. Windows color (decimal): -2266762 or 7760349. OLE color: 7760349.

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

Color convert

RGB 221 105 118 -
CMYK 0 0.52 0.47 0.13
HSL 353.28º 0.63% 0.64% -
HSV(B) 353.28º 0.52% 0.87% -
XYZ 38.14 26.78 20.3 -
YUV 141.17 114.93 184.94 -
System Red Green Blue C M Y K H S L
Decimal 221 105 118 0 0.52 0.47 0.13 353.28 0.63 0.64
Hex DD 69 76 0 34 2F D 161 3F 40
Octal 335 151 166 0 64 57 15 541 77 100
Binary 11011101 1101001 1110110 0 110100 101111 1101 101100001 111111 1000000

Color Harmonies of #DD6976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6976

Black with #DD6976

Text Example


Text Example

White with #DD6976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6976; }

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

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

background-color css

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

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

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

border-color css

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

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

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