Html Css Color HEX #DD106F Ruby

📋 copy color: '#DD106F'

red 221 ◦ green 16 ◦ blue 111

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

Shades of Ruby #DD106F

Tints of Ruby #DD106F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 31.9%

R = 63.51%
G = 4.6%
B = 31.9%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DD106F (or 0xDD106F) is known color: Ruby. HEX triplet: DD, 10 and 6F. RGB value is (221,16,111). Sum of RGB (Red+Green+Blue) = 221+16+111=348 (46% of max value = 765). Red value is 221 (86.72% from 255 or 63.51% from 348); Green value is 16 (6.64% from 255 or 4.60% from 348); Blue value is 111 (43.75% from 255 or 31.90% from 348); Max value from RGB is 221 - color contains mainly: red. Hex color #DD106F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD106F is #22EF90. Grayscale: #575757. Windows color (decimal): -2289553 or 7278813. OLE color: 7278813.

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

Color convert

RGB 221 16 111 -
CMYK 0 0.93 0.50 0.13
HSL 332.2º 0.86% 0.46% -
HSV(B) 332.2º 0.93% 0.87% -
XYZ 32.87 16.89 16.57 -
YUV 88.13 140.92 222.78 -
System Red Green Blue C M Y K H S L
Decimal 221 16 111 0 0.93 0.50 0.13 332.2 0.86 0.46
Hex DD 10 6F 0 5D 32 D 14C 56 2E
Octal 335 20 157 0 135 62 15 514 126 56
Binary 11011101 10000 1101111 0 1011101 110010 1101 101001100 1010110 101110

Color Harmonies of #DD106F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD106F

Black with #DD106F

Text Example


Text Example

White with #DD106F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD106F; }

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

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

background-color css

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

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

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

border-color css

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

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

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