Html Css Color HEX #DD0478 Ruby

📋 copy color: '#DD0478'

red 221 ◦ green 4 ◦ blue 120

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

Shades of Ruby #DD0478

Tints of Ruby #DD0478

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.16%

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

R = 64.06%
G = 1.16%
B = 34.78%

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

#DD0478 (or 0xDD0478) is known color: Ruby. HEX triplet: DD, 04 and 78. RGB value is (221,4,120). Sum of RGB (Red+Green+Blue) = 221+4+120=345 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.06% from 345); Green value is 4 (1.95% from 255 or 1.16% from 345); Blue value is 120 (47.27% from 255 or 34.78% from 345); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0478 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0478 is #22FB87. Grayscale: #515151. Windows color (decimal): -2292616 or 7865565. OLE color: 7865565.

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

Color convert

RGB 221 4 120 -
CMYK 0 0.98 0.46 0.13
HSL 327.93º 0.96% 0.44% -
HSV(B) 327.93º 0.98% 0.87% -
XYZ 33.25 16.82 19.26 -
YUV 82.11 149.39 227.07 -
System Red Green Blue C M Y K H S L
Decimal 221 4 120 0 0.98 0.46 0.13 327.93 0.96 0.44
Hex DD 4 78 0 62 2E D 148 60 2C
Octal 335 4 170 0 142 56 15 510 140 54
Binary 11011101 100 1111000 0 1100010 101110 1101 101001000 1100000 101100

Color Harmonies of #DD0478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0478

Black with #DD0478

Text Example


Text Example

White with #DD0478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0478; }

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

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

background-color css

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

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

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

border-color css

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

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

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