Html Css Color HEX #DD115A Ruby

📋 copy color: '#DD115A'

red 221 ◦ green 17 ◦ blue 90

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

Shades of Ruby #DD115A

Tints of Ruby #DD115A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 27.44%

R = 67.38%
G = 5.18%
B = 27.44%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DD115A (or 0xDD115A) is known color: Ruby. HEX triplet: DD, 11 and 5A. RGB value is (221,17,90). Sum of RGB (Red+Green+Blue) = 221+17+90=328 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.38% from 328); Green value is 17 (7.03% from 255 or 5.18% from 328); Blue value is 90 (35.55% from 255 or 27.44% from 328); Max value from RGB is 221 - color contains mainly: red. Hex color #DD115A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD115A is #22EEA5. Grayscale: #565656. Windows color (decimal): -2289318 or 5902813. OLE color: 5902813.

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

Color convert

RGB 221 17 90 -
CMYK 0 0.92 0.59 0.13
HSL 338.53º 0.86% 0.47% -
HSV(B) 338.53º 0.92% 0.87% -
XYZ 31.86 16.51 11.18 -
YUV 86.32 130.09 224.06 -
System Red Green Blue C M Y K H S L
Decimal 221 17 90 0 0.92 0.59 0.13 338.53 0.86 0.47
Hex DD 11 5A 0 5C 3B D 153 56 2F
Octal 335 21 132 0 134 73 15 523 126 57
Binary 11011101 10001 1011010 0 1011100 111011 1101 101010011 1010110 101111

Color Harmonies of #DD115A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD115A

Black with #DD115A

Text Example


Text Example

White with #DD115A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD115A; }

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

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

background-color css

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

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

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

border-color css

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

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

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