Html Css Color HEX #DD155B Ruby

📋 copy color: '#DD155B'

red 221 ◦ green 21 ◦ blue 91

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

Shades of Ruby #DD155B

Tints of Ruby #DD155B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.31%

 BLUE value IS 91 (35.94% from 255) = 27.33%

R = 66.37%
G = 6.31%
B = 27.33%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DD155B (or 0xDD155B) is known color: Ruby. HEX triplet: DD, 15 and 5B. RGB value is (221,21,91). Sum of RGB (Red+Green+Blue) = 221+21+91=333 (44% of max value = 765). Red value is 221 (86.72% from 255 or 66.37% from 333); Green value is 21 (8.59% from 255 or 6.31% from 333); Blue value is 91 (35.94% from 255 or 27.33% from 333); Max value from RGB is 221 - color contains mainly: red. Hex color #DD155B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD155B is #22EAA4. Grayscale: #585858. Windows color (decimal): -2288293 or 5969373. OLE color: 5969373.

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

Color convert

RGB 221 21 91 -
CMYK 0 0.90 0.59 0.13
HSL 339º 0.83% 0.47% -
HSV(B) 339º 0.9% 0.87% -
XYZ 31.98 16.66 11.43 -
YUV 88.78 129.26 222.31 -
System Red Green Blue C M Y K H S L
Decimal 221 21 91 0 0.90 0.59 0.13 339 0.83 0.47
Hex DD 15 5B 0 5A 3B D 153 53 2F
Octal 335 25 133 0 132 73 15 523 123 57
Binary 11011101 10101 1011011 0 1011010 111011 1101 101010011 1010011 101111

Color Harmonies of #DD155B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD155B

Black with #DD155B

Text Example


Text Example

White with #DD155B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD155B; }

 p { color: rgb(221,21,91); }

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

background-color css

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

 a { background-color: rgb(221,21,91); }

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

border-color css

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

 span { border-color: rgb(221,21,91); }

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