Html Css Color HEX #DD6478 Froly

📋 copy color: '#DD6478'

red 221 ◦ green 100 ◦ blue 120

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

Shades of Froly #DD6478

Tints of Froly #DD6478

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 27.21%

R = 50.11%
G = 22.68%
B = 27.21%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#DD6478 (or 0xDD6478) is known color: Froly. HEX triplet: DD, 64 and 78. RGB value is (221,100,120). Sum of RGB (Red+Green+Blue) = 221+100+120=441 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.11% from 441); Green value is 100 (39.45% from 255 or 22.68% from 441); Blue value is 120 (47.27% from 255 or 27.21% from 441); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6478 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD6478 is #229B87. Grayscale: #8A8A8A. Windows color (decimal): -2268040 or 7890141. OLE color: 7890141.

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

Color convert

RGB 221 100 120 -
CMYK 0 0.55 0.46 0.13
HSL 350.08º 0.64% 0.63% -
HSV(B) 350.08º 0.55% 0.87% -
XYZ 37.77 25.84 20.77 -
YUV 138.46 117.59 186.87 -
System Red Green Blue C M Y K H S L
Decimal 221 100 120 0 0.55 0.46 0.13 350.08 0.64 0.63
Hex DD 64 78 0 37 2E D 15E 40 3F
Octal 335 144 170 0 67 56 15 536 100 77
Binary 11011101 1100100 1111000 0 110111 101110 1101 101011110 1000000 111111

Color Harmonies of #DD6478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6478

Black with #DD6478

Text Example


Text Example

White with #DD6478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6478; }

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

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

background-color css

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

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

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

border-color css

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

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

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