Html Css Color HEX #DD1663 Ruby

📋 copy color: '#DD1663'

red 221 ◦ green 22 ◦ blue 99

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

Shades of Ruby #DD1663

Tints of Ruby #DD1663

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.43%

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

R = 64.62%
G = 6.43%
B = 28.95%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DD1663 (or 0xDD1663) is known color: Ruby. HEX triplet: DD, 16 and 63. RGB value is (221,22,99). Sum of RGB (Red+Green+Blue) = 221+22+99=342 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.62% from 342); Green value is 22 (8.98% from 255 or 6.43% from 342); Blue value is 99 (39.06% from 255 or 28.95% from 342); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1663 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD1663 is #22E99C. Grayscale: #5A5A5A. Windows color (decimal): -2288029 or 6493917. OLE color: 6493917.

HSL color Cylindrical-coordinate representation of color #DD1663: hue angle of 336.78º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DD1663 is Cyan = 0, Magento = 0.90, Yellow = 0.55 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 22 99 -
CMYK 0 0.90 0.55 0.13
HSL 336.78º 0.82% 0.48% -
HSV(B) 336.78º 0.9% 0.87% -
XYZ 32.36 16.85 13.35 -
YUV 90.28 132.93 221.24 -
System Red Green Blue C M Y K H S L
Decimal 221 22 99 0 0.90 0.55 0.13 336.78 0.82 0.48
Hex DD 16 63 0 5A 37 D 151 52 30
Octal 335 26 143 0 132 67 15 521 122 60
Binary 11011101 10110 1100011 0 1011010 110111 1101 101010001 1010010 110000

Color Harmonies of #DD1663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1663

Black with #DD1663

Text Example


Text Example

White with #DD1663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1663; }

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

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

background-color css

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

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

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

border-color css

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

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

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