Html Css Color HEX #DD1670 Ruby

📋 copy color: '#DD1670'

red 221 ◦ green 22 ◦ blue 112

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

Shades of Ruby #DD1670

Tints of Ruby #DD1670

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.2%

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

R = 62.25%
G = 6.2%
B = 31.55%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DD1670 (or 0xDD1670) is known color: Ruby. HEX triplet: DD, 16 and 70. RGB value is (221,22,112). Sum of RGB (Red+Green+Blue) = 221+22+112=355 (47% of max value = 765). Red value is 221 (86.72% from 255 or 62.25% from 355); Green value is 22 (8.98% from 255 or 6.20% from 355); Blue value is 112 (44.14% from 255 or 31.55% from 355); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1670 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD1670 is #22E98F. Grayscale: #5B5B5B. Windows color (decimal): -2288016 or 7345885. OLE color: 7345885.

HSL color Cylindrical-coordinate representation of color #DD1670: hue angle of 332.86º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DD1670 is Cyan = 0, Magento = 0.90, Yellow = 0.49 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 22 112 -
CMYK 0 0.90 0.49 0.13
HSL 332.86º 0.82% 0.48% -
HSV(B) 332.86º 0.9% 0.87% -
XYZ 33.03 17.12 16.89 -
YUV 91.76 139.43 220.18 -
System Red Green Blue C M Y K H S L
Decimal 221 22 112 0 0.90 0.49 0.13 332.86 0.82 0.48
Hex DD 16 70 0 5A 31 D 14D 52 30
Octal 335 26 160 0 132 61 15 515 122 60
Binary 11011101 10110 1110000 0 1011010 110001 1101 101001101 1010010 110000

Color Harmonies of #DD1670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1670

Black with #DD1670

Text Example


Text Example

White with #DD1670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1670; }

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

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

background-color css

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

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

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

border-color css

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

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

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