Html Css Color HEX #DD155C Ruby

📋 copy color: '#DD155C'

red 221 ◦ green 21 ◦ blue 92

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

Shades of Ruby #DD155C

Tints of Ruby #DD155C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 27.54%

R = 66.17%
G = 6.29%
B = 27.54%

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

#DD155C (or 0xDD155C) is known color: Ruby. HEX triplet: DD, 15 and 5C. RGB value is (221,21,92). Sum of RGB (Red+Green+Blue) = 221+21+92=334 (44% of max value = 765). Red value is 221 (86.72% from 255 or 66.17% from 334); Green value is 21 (8.59% from 255 or 6.29% from 334); Blue value is 92 (36.33% from 255 or 27.54% from 334); Max value from RGB is 221 - color contains mainly: red. Hex color #DD155C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD155C is #22EAA3. Grayscale: #585858. Windows color (decimal): -2288292 or 6034909. OLE color: 6034909.

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

Color convert

RGB 221 21 92 -
CMYK 0 0.90 0.58 0.13
HSL 338.7º 0.83% 0.47% -
HSV(B) 338.7º 0.9% 0.87% -
XYZ 32.02 16.68 11.66 -
YUV 88.89 129.76 222.23 -
System Red Green Blue C M Y K H S L
Decimal 221 21 92 0 0.90 0.58 0.13 338.7 0.83 0.47
Hex DD 15 5C 0 5A 3A D 153 53 2F
Octal 335 25 134 0 132 72 15 523 123 57
Binary 11011101 10101 1011100 0 1011010 111010 1101 101010011 1010011 101111

Color Harmonies of #DD155C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD155C

Black with #DD155C

Text Example


Text Example

White with #DD155C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD155C; }

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

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

background-color css

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

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

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

border-color css

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

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

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