Html Css Color HEX #DD6475 Froly

📋 copy color: '#DD6475'

red 221 ◦ green 100 ◦ blue 117

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

Shades of Froly #DD6475

Tints of Froly #DD6475

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 26.71%

R = 50.46%
G = 22.83%
B = 26.71%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DD6475 (or 0xDD6475) is known color: Froly. HEX triplet: DD, 64 and 75. RGB value is (221,100,117). Sum of RGB (Red+Green+Blue) = 221+100+117=438 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.46% from 438); Green value is 100 (39.45% from 255 or 22.83% from 438); Blue value is 117 (46.09% from 255 or 26.71% from 438); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6475 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6475 is #229B8A. Grayscale: #8A8A8A. Windows color (decimal): -2268043 or 7693533. OLE color: 7693533.

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

Color convert

RGB 221 100 117 -
CMYK 0 0.55 0.47 0.13
HSL 351.57º 0.64% 0.63% -
HSV(B) 351.57º 0.55% 0.87% -
XYZ 37.59 25.77 19.82 -
YUV 138.12 116.09 187.12 -
System Red Green Blue C M Y K H S L
Decimal 221 100 117 0 0.55 0.47 0.13 351.57 0.64 0.63
Hex DD 64 75 0 37 2F D 160 40 3F
Octal 335 144 165 0 67 57 15 540 100 77
Binary 11011101 1100100 1110101 0 110111 101111 1101 101100000 1000000 111111

Color Harmonies of #DD6475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6475

Black with #DD6475

Text Example


Text Example

White with #DD6475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6475; }

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

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

background-color css

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

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

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

border-color css

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

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

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