Html Css Color HEX #DD115C Ruby

📋 copy color: '#DD115C'

red 221 ◦ green 17 ◦ blue 92

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

Shades of Ruby #DD115C

Tints of Ruby #DD115C

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.15%

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

R = 66.97%
G = 5.15%
B = 27.88%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DD115C (or 0xDD115C) is known color: Ruby. HEX triplet: DD, 11 and 5C. RGB value is (221,17,92). Sum of RGB (Red+Green+Blue) = 221+17+92=330 (43% of max value = 765). Red value is 221 (86.72% from 255 or 66.97% from 330); Green value is 17 (7.03% from 255 or 5.15% from 330); Blue value is 92 (36.33% from 255 or 27.88% from 330); Max value from RGB is 221 - color contains mainly: red. Hex color #DD115C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD115C is #22EEA3. Grayscale: #565656. Windows color (decimal): -2289316 or 6033885. OLE color: 6033885.

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

Color convert

RGB 221 17 92 -
CMYK 0 0.92 0.58 0.13
HSL 337.94º 0.86% 0.47% -
HSV(B) 337.94º 0.92% 0.87% -
XYZ 31.95 16.55 11.63 -
YUV 86.55 131.09 223.9 -
System Red Green Blue C M Y K H S L
Decimal 221 17 92 0 0.92 0.58 0.13 337.94 0.86 0.47
Hex DD 11 5C 0 5C 3A D 152 56 2F
Octal 335 21 134 0 134 72 15 522 126 57
Binary 11011101 10001 1011100 0 1011100 111010 1101 101010010 1010110 101111

Color Harmonies of #DD115C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD115C

Black with #DD115C

Text Example


Text Example

White with #DD115C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD115C; }

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

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

background-color css

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

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

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

border-color css

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

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

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