Html Css Color HEX #DD0A63 Ruby

📋 copy color: '#DD0A63'

red 221 ◦ green 10 ◦ blue 99

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

Shades of Ruby #DD0A63

Tints of Ruby #DD0A63

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.03%

 BLUE value IS 99 (39.06% from 255) = 30%

R = 66.97%
G = 3.03%
B = 30%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DD0A63 (or 0xDD0A63) is known color: Ruby. HEX triplet: DD, 0A and 63. RGB value is (221,10,99). Sum of RGB (Red+Green+Blue) = 221+10+99=330 (43% of max value = 765). Red value is 221 (86.72% from 255 or 66.97% from 330); Green value is 10 (4.30% from 255 or 3.03% from 330); Blue value is 99 (39.06% from 255 or 30% from 330); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0A63 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0A63 is #22F59C. Grayscale: #535353. Windows color (decimal): -2291101 or 6490845. OLE color: 6490845.

HSL color Cylindrical-coordinate representation of color #DD0A63: hue angle of 334.69º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DD0A63 is Cyan = 0, Magento = 0.95, Yellow = 0.55 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 10 99 -
CMYK 0 0.95 0.55 0.13
HSL 334.69º 0.91% 0.45% -
HSV(B) 334.69º 0.95% 0.87% -
XYZ 32.18 16.49 13.29 -
YUV 83.24 136.9 226.26 -
System Red Green Blue C M Y K H S L
Decimal 221 10 99 0 0.95 0.55 0.13 334.69 0.91 0.45
Hex DD A 63 0 5F 37 D 14F 5B 2D
Octal 335 12 143 0 137 67 15 517 133 55
Binary 11011101 1010 1100011 0 1011111 110111 1101 101001111 1011011 101101

Color Harmonies of #DD0A63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0A63

Black with #DD0A63

Text Example


Text Example

White with #DD0A63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0A63; }

 p { color: rgb(221,10,99); }

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

background-color css

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

 a { background-color: rgb(221,10,99); }

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

border-color css

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

 span { border-color: rgb(221,10,99); }

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