Html Css Color HEX #DD0273 Ruby

📋 copy color: '#DD0273'

red 221 ◦ green 2 ◦ blue 115

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

Shades of Ruby #DD0273

Tints of Ruby #DD0273

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.59%

 BLUE value IS 115 (45.31% from 255) = 34.02%

R = 65.38%
G = 0.59%
B = 34.02%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DD0273 (or 0xDD0273) is known color: Ruby. HEX triplet: DD, 02 and 73. RGB value is (221,2,115). Sum of RGB (Red+Green+Blue) = 221+2+115=338 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.38% from 338); Green value is 2 (1.17% from 255 or 0.59% from 338); Blue value is 115 (45.31% from 255 or 34.02% from 338); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0273 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0273 is #22FD8C. Grayscale: #505050. Windows color (decimal): -2293133 or 7537373. OLE color: 7537373.

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

Color convert

RGB 221 2 115 -
CMYK 0 0.99 0.48 0.13
HSL 329.04º 0.98% 0.44% -
HSV(B) 329.04º 0.99% 0.87% -
XYZ 32.94 16.65 17.7 -
YUV 80.36 147.55 228.31 -
System Red Green Blue C M Y K H S L
Decimal 221 2 115 0 0.99 0.48 0.13 329.04 0.98 0.44
Hex DD 2 73 0 63 30 D 149 62 2C
Octal 335 2 163 0 143 60 15 511 142 54
Binary 11011101 10 1110011 0 1100011 110000 1101 101001001 1100010 101100

Color Harmonies of #DD0273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0273

Black with #DD0273

Text Example


Text Example

White with #DD0273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0273; }

 p { color: rgb(221,2,115); }

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

background-color css

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

 a { background-color: rgb(221,2,115); }

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

border-color css

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

 span { border-color: rgb(221,2,115); }

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