Html Css Color HEX #DD0472 Ruby

📋 copy color: '#DD0472'

red 221 ◦ green 4 ◦ blue 114

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

Shades of Ruby #DD0472

Tints of Ruby #DD0472

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 33.63%

R = 65.19%
G = 1.18%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DD0472 (or 0xDD0472) is known color: Ruby. HEX triplet: DD, 04 and 72. RGB value is (221,4,114). Sum of RGB (Red+Green+Blue) = 221+4+114=339 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.19% from 339); Green value is 4 (1.95% from 255 or 1.18% from 339); Blue value is 114 (44.92% from 255 or 33.63% from 339); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0472 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0472 is #22FB8D. Grayscale: #515151. Windows color (decimal): -2292622 or 7472349. OLE color: 7472349.

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

Color convert

RGB 221 4 114 -
CMYK 0 0.98 0.48 0.13
HSL 329.59º 0.96% 0.44% -
HSV(B) 329.59º 0.98% 0.87% -
XYZ 32.9 16.67 17.4 -
YUV 81.42 146.39 227.56 -
System Red Green Blue C M Y K H S L
Decimal 221 4 114 0 0.98 0.48 0.13 329.59 0.96 0.44
Hex DD 4 72 0 62 30 D 14A 60 2C
Octal 335 4 162 0 142 60 15 512 140 54
Binary 11011101 100 1110010 0 1100010 110000 1101 101001010 1100000 101100

Color Harmonies of #DD0472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0472

Black with #DD0472

Text Example


Text Example

White with #DD0472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0472; }

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

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

background-color css

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

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

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

border-color css

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

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

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