Html Css Color HEX #DD1070 Ruby

📋 copy color: '#DD1070'

red 221 ◦ green 16 ◦ blue 112

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

Shades of Ruby #DD1070

Tints of Ruby #DD1070

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 32.09%

R = 63.32%
G = 4.58%
B = 32.09%

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

#DD1070 (or 0xDD1070) is known color: Ruby. HEX triplet: DD, 10 and 70. RGB value is (221,16,112). Sum of RGB (Red+Green+Blue) = 221+16+112=349 (46% of max value = 765). Red value is 221 (86.72% from 255 or 63.32% from 349); Green value is 16 (6.64% from 255 or 4.58% from 349); Blue value is 112 (44.14% from 255 or 32.09% from 349); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1070 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD1070 is #22EF8F. Grayscale: #585858. Windows color (decimal): -2289552 or 7344349. OLE color: 7344349.

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

Color convert

RGB 221 16 112 -
CMYK 0 0.93 0.49 0.13
HSL 331.9º 0.86% 0.46% -
HSV(B) 331.9º 0.93% 0.87% -
XYZ 32.93 16.91 16.86 -
YUV 88.24 141.42 222.69 -
System Red Green Blue C M Y K H S L
Decimal 221 16 112 0 0.93 0.49 0.13 331.9 0.86 0.46
Hex DD 10 70 0 5D 31 D 14C 56 2E
Octal 335 20 160 0 135 61 15 514 126 56
Binary 11011101 10000 1110000 0 1011101 110001 1101 101001100 1010110 101110

Color Harmonies of #DD1070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1070

Black with #DD1070

Text Example


Text Example

White with #DD1070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1070; }

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

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

background-color css

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

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

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

border-color css

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

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

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