Html Css Color HEX #DD1071 Ruby

📋 copy color: '#DD1071'

red 221 ◦ green 16 ◦ blue 113

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

Shades of Ruby #DD1071

Tints of Ruby #DD1071

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 32.29%

R = 63.14%
G = 4.57%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DD1071 (or 0xDD1071) is known color: Ruby. HEX triplet: DD, 10 and 71. RGB value is (221,16,113). Sum of RGB (Red+Green+Blue) = 221+16+113=350 (46% of max value = 765). Red value is 221 (86.72% from 255 or 63.14% from 350); Green value is 16 (6.64% from 255 or 4.57% from 350); Blue value is 113 (44.53% from 255 or 32.29% from 350); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1071 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD1071 is #22EF8E. Grayscale: #585858. Windows color (decimal): -2289551 or 7409885. OLE color: 7409885.

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

Color convert

RGB 221 16 113 -
CMYK 0 0.93 0.49 0.13
HSL 331.61º 0.86% 0.46% -
HSV(B) 331.61º 0.93% 0.87% -
XYZ 32.98 16.93 17.15 -
YUV 88.35 141.92 222.61 -
System Red Green Blue C M Y K H S L
Decimal 221 16 113 0 0.93 0.49 0.13 331.61 0.86 0.46
Hex DD 10 71 0 5D 31 D 14C 56 2E
Octal 335 20 161 0 135 61 15 514 126 56
Binary 11011101 10000 1110001 0 1011101 110001 1101 101001100 1010110 101110

Color Harmonies of #DD1071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1071

Black with #DD1071

Text Example


Text Example

White with #DD1071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1071; }

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

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

background-color css

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

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

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

border-color css

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

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

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