Html Css Color HEX #DD6479 Froly

📋 copy color: '#DD6479'

red 221 ◦ green 100 ◦ blue 121

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

Shades of Froly #DD6479

Tints of Froly #DD6479

RGB

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

 GREEN value IS 100 (39.45% from 255) = 22.62%

 BLUE value IS 121 (47.66% from 255) = 27.38%

R = 50%
G = 22.62%
B = 27.38%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DD6479 (or 0xDD6479) is known color: Froly. HEX triplet: DD, 64 and 79. RGB value is (221,100,121). Sum of RGB (Red+Green+Blue) = 221+100+121=442 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50% from 442); Green value is 100 (39.45% from 255 or 22.62% from 442); Blue value is 121 (47.66% from 255 or 27.38% from 442); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6479 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6479 is #229B86. Grayscale: #8A8A8A. Windows color (decimal): -2268039 or 7955677. OLE color: 7955677.

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

Color convert

RGB 221 100 121 -
CMYK 0 0.55 0.45 0.13
HSL 349.59º 0.64% 0.63% -
HSV(B) 349.59º 0.55% 0.87% -
XYZ 37.83 25.87 21.09 -
YUV 138.57 118.09 186.79 -
System Red Green Blue C M Y K H S L
Decimal 221 100 121 0 0.55 0.45 0.13 349.59 0.64 0.63
Hex DD 64 79 0 37 2D D 15E 40 3F
Octal 335 144 171 0 67 55 15 536 100 77
Binary 11011101 1100100 1111001 0 110111 101101 1101 101011110 1000000 111111

Color Harmonies of #DD6479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6479

Black with #DD6479

Text Example


Text Example

White with #DD6479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6479; }

 p { color: rgb(221,100,121); }

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

background-color css

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

 a { background-color: rgb(221,100,121); }

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

border-color css

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

 span { border-color: rgb(221,100,121); }

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