Html Css Color HEX #DD1363 Ruby

📋 copy color: '#DD1363'

red 221 ◦ green 19 ◦ blue 99

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

Shades of Ruby #DD1363

Tints of Ruby #DD1363

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.6%

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

R = 65.19%
G = 5.6%
B = 29.2%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DD1363 (or 0xDD1363) is known color: Ruby. HEX triplet: DD, 13 and 63. RGB value is (221,19,99). Sum of RGB (Red+Green+Blue) = 221+19+99=339 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.19% from 339); Green value is 19 (7.81% from 255 or 5.60% from 339); Blue value is 99 (39.06% from 255 or 29.20% from 339); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1363 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD1363 is #22EC9C. Grayscale: #585858. Windows color (decimal): -2288797 or 6493149. OLE color: 6493149.

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

Color convert

RGB 221 19 99 -
CMYK 0 0.91 0.55 0.13
HSL 336.24º 0.84% 0.47% -
HSV(B) 336.24º 0.91% 0.87% -
XYZ 32.3 16.74 13.33 -
YUV 88.52 133.92 222.5 -
System Red Green Blue C M Y K H S L
Decimal 221 19 99 0 0.91 0.55 0.13 336.24 0.84 0.47
Hex DD 13 63 0 5B 37 D 150 54 2F
Octal 335 23 143 0 133 67 15 520 124 57
Binary 11011101 10011 1100011 0 1011011 110111 1101 101010000 1010100 101111

Color Harmonies of #DD1363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1363

Black with #DD1363

Text Example


Text Example

White with #DD1363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1363; }

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

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

background-color css

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

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

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

border-color css

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

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

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