Html Css Color HEX #DD106A Ruby

📋 copy color: '#DD106A'

red 221 ◦ green 16 ◦ blue 106

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

Shades of Ruby #DD106A

Tints of Ruby #DD106A

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.66%

 BLUE value IS 106 (41.8% from 255) = 30.9%

R = 64.43%
G = 4.66%
B = 30.9%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DD106A (or 0xDD106A) is known color: Ruby. HEX triplet: DD, 10 and 6A. RGB value is (221,16,106). Sum of RGB (Red+Green+Blue) = 221+16+106=343 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.43% from 343); Green value is 16 (6.64% from 255 or 4.66% from 343); Blue value is 106 (41.80% from 255 or 30.90% from 343); Max value from RGB is 221 - color contains mainly: red. Hex color #DD106A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD106A is #22EF95. Grayscale: #575757. Windows color (decimal): -2289558 or 6951133. OLE color: 6951133.

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

Color convert

RGB 221 16 106 -
CMYK 0 0.93 0.52 0.13
HSL 333.66º 0.86% 0.46% -
HSV(B) 333.66º 0.93% 0.87% -
XYZ 32.61 16.78 15.16 -
YUV 87.56 138.42 223.18 -
System Red Green Blue C M Y K H S L
Decimal 221 16 106 0 0.93 0.52 0.13 333.66 0.86 0.46
Hex DD 10 6A 0 5D 34 D 14E 56 2E
Octal 335 20 152 0 135 64 15 516 126 56
Binary 11011101 10000 1101010 0 1011101 110100 1101 101001110 1010110 101110

Color Harmonies of #DD106A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD106A

Black with #DD106A

Text Example


Text Example

White with #DD106A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD106A; }

 p { color: rgb(221,16,106); }

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

background-color css

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

 a { background-color: rgb(221,16,106); }

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

border-color css

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

 span { border-color: rgb(221,16,106); }

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