Html Css Color HEX #DD1162 Ruby

📋 copy color: '#DD1162'

red 221 ◦ green 17 ◦ blue 98

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

Shades of Ruby #DD1162

Tints of Ruby #DD1162

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 29.17%

R = 65.77%
G = 5.06%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#DD1162 (or 0xDD1162) is known color: Ruby. HEX triplet: DD, 11 and 62. RGB value is (221,17,98). Sum of RGB (Red+Green+Blue) = 221+17+98=336 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.77% from 336); Green value is 17 (7.03% from 255 or 5.06% from 336); Blue value is 98 (38.67% from 255 or 29.17% from 336); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1162 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD1162 is #22EE9D. Grayscale: #575757. Windows color (decimal): -2289310 or 6427101. OLE color: 6427101.

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

Color convert

RGB 221 17 98 -
CMYK 0 0.92 0.56 0.13
HSL 336.18º 0.86% 0.47% -
HSV(B) 336.18º 0.92% 0.87% -
XYZ 32.22 16.65 13.07 -
YUV 87.23 134.09 223.41 -
System Red Green Blue C M Y K H S L
Decimal 221 17 98 0 0.92 0.56 0.13 336.18 0.86 0.47
Hex DD 11 62 0 5C 38 D 150 56 2F
Octal 335 21 142 0 134 70 15 520 126 57
Binary 11011101 10001 1100010 0 1011100 111000 1101 101010000 1010110 101111

Color Harmonies of #DD1162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1162

Black with #DD1162

Text Example


Text Example

White with #DD1162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1162; }

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

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

background-color css

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

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

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

border-color css

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

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

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