Html Css Color HEX #DD155D Ruby

📋 copy color: '#DD155D'

red 221 ◦ green 21 ◦ blue 93

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

Shades of Ruby #DD155D

Tints of Ruby #DD155D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 27.76%

R = 65.97%
G = 6.27%
B = 27.76%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DD155D (or 0xDD155D) is known color: Ruby. HEX triplet: DD, 15 and 5D. RGB value is (221,21,93). Sum of RGB (Red+Green+Blue) = 221+21+93=335 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.97% from 335); Green value is 21 (8.59% from 255 or 6.27% from 335); Blue value is 93 (36.72% from 255 or 27.76% from 335); Max value from RGB is 221 - color contains mainly: red. Hex color #DD155D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD155D is #22EAA2. Grayscale: #585858. Windows color (decimal): -2288291 or 6100445. OLE color: 6100445.

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

Color convert

RGB 221 21 93 -
CMYK 0 0.90 0.58 0.13
HSL 338.4º 0.83% 0.47% -
HSV(B) 338.4º 0.9% 0.87% -
XYZ 32.06 16.7 11.89 -
YUV 89.01 130.26 222.15 -
System Red Green Blue C M Y K H S L
Decimal 221 21 93 0 0.90 0.58 0.13 338.4 0.83 0.47
Hex DD 15 5D 0 5A 3A D 152 53 2F
Octal 335 25 135 0 132 72 15 522 123 57
Binary 11011101 10101 1011101 0 1011010 111010 1101 101010010 1010011 101111

Color Harmonies of #DD155D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD155D

Black with #DD155D

Text Example


Text Example

White with #DD155D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD155D; }

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

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

background-color css

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

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

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

border-color css

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

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

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