Html Css Color HEX #DD0578 Ruby

📋 copy color: '#DD0578'

red 221 ◦ green 5 ◦ blue 120

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

Shades of Ruby #DD0578

Tints of Ruby #DD0578

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.45%

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

R = 63.87%
G = 1.45%
B = 34.68%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#DD0578 (or 0xDD0578) is known color: Ruby. HEX triplet: DD, 05 and 78. RGB value is (221,5,120). Sum of RGB (Red+Green+Blue) = 221+5+120=346 (45% of max value = 765). Red value is 221 (86.72% from 255 or 63.87% from 346); Green value is 5 (2.34% from 255 or 1.45% from 346); Blue value is 120 (47.27% from 255 or 34.68% from 346); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0578 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0578 is #22FA87. Grayscale: #525252. Windows color (decimal): -2292360 or 7865821. OLE color: 7865821.

HSL color Cylindrical-coordinate representation of color #DD0578: hue angle of 328.06º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DD0578 is Cyan = 0, Magento = 0.98, Yellow = 0.46 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 5 120 -
CMYK 0 0.98 0.46 0.13
HSL 328.06º 0.96% 0.44% -
HSV(B) 328.06º 0.98% 0.87% -
XYZ 33.26 16.84 19.27 -
YUV 82.69 149.06 226.65 -
System Red Green Blue C M Y K H S L
Decimal 221 5 120 0 0.98 0.46 0.13 328.06 0.96 0.44
Hex DD 5 78 0 62 2E D 148 60 2C
Octal 335 5 170 0 142 56 15 510 140 54
Binary 11011101 101 1111000 0 1100010 101110 1101 101001000 1100000 101100

Color Harmonies of #DD0578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0578

Black with #DD0578

Text Example


Text Example

White with #DD0578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0578; }

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

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

background-color css

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

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

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

border-color css

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

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

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