Html Css Color HEX #DD0476 Ruby

📋 copy color: '#DD0476'

red 221 ◦ green 4 ◦ blue 118

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

Shades of Ruby #DD0476

Tints of Ruby #DD0476

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 34.4%

R = 64.43%
G = 1.17%
B = 34.4%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DD0476 (or 0xDD0476) is known color: Ruby. HEX triplet: DD, 04 and 76. RGB value is (221,4,118). Sum of RGB (Red+Green+Blue) = 221+4+118=343 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.43% from 343); Green value is 4 (1.95% from 255 or 1.17% from 343); Blue value is 118 (46.48% from 255 or 34.40% from 343); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0476 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0476 is #22FB89. Grayscale: #515151. Windows color (decimal): -2292618 or 7734493. OLE color: 7734493.

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

Color convert

RGB 221 4 118 -
CMYK 0 0.98 0.47 0.13
HSL 328.48º 0.96% 0.44% -
HSV(B) 328.48º 0.98% 0.87% -
XYZ 33.13 16.77 18.63 -
YUV 81.88 148.39 227.23 -
System Red Green Blue C M Y K H S L
Decimal 221 4 118 0 0.98 0.47 0.13 328.48 0.96 0.44
Hex DD 4 76 0 62 2F D 148 60 2C
Octal 335 4 166 0 142 57 15 510 140 54
Binary 11011101 100 1110110 0 1100010 101111 1101 101001000 1100000 101100

Color Harmonies of #DD0476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0476

Black with #DD0476

Text Example


Text Example

White with #DD0476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0476; }

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

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

background-color css

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

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

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

border-color css

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

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

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