Html Css Color HEX #DD1373 Ruby

📋 copy color: '#DD1373'

red 221 ◦ green 19 ◦ blue 115

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

Shades of Ruby #DD1373

Tints of Ruby #DD1373

RGB

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

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

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

R = 62.25%
G = 5.35%
B = 32.39%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DD1373 (or 0xDD1373) is known color: Ruby. HEX triplet: DD, 13 and 73. RGB value is (221,19,115). Sum of RGB (Red+Green+Blue) = 221+19+115=355 (47% of max value = 765). Red value is 221 (86.72% from 255 or 62.25% from 355); Green value is 19 (7.81% from 255 or 5.35% from 355); Blue value is 115 (45.31% from 255 or 32.39% from 355); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1373 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD1373 is #22EC8C. Grayscale: #5A5A5A. Windows color (decimal): -2288781 or 7541725. OLE color: 7541725.

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

Color convert

RGB 221 19 115 -
CMYK 0 0.91 0.48 0.13
HSL 331.49º 0.84% 0.47% -
HSV(B) 331.49º 0.91% 0.87% -
XYZ 33.15 17.08 17.77 -
YUV 90.34 141.92 221.19 -
System Red Green Blue C M Y K H S L
Decimal 221 19 115 0 0.91 0.48 0.13 331.49 0.84 0.47
Hex DD 13 73 0 5B 30 D 14B 54 2F
Octal 335 23 163 0 133 60 15 513 124 57
Binary 11011101 10011 1110011 0 1011011 110000 1101 101001011 1010100 101111

Color Harmonies of #DD1373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1373

Black with #DD1373

Text Example


Text Example

White with #DD1373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1373; }

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

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

background-color css

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

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

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

border-color css

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

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

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