Html Css Color HEX #DD1D70 Ruby

📋 copy color: '#DD1D70'

red 221 ◦ green 29 ◦ blue 112

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

Shades of Ruby #DD1D70

Tints of Ruby #DD1D70

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.01%

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

R = 61.05%
G = 8.01%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DD1D70 (or 0xDD1D70) is known color: Ruby. HEX triplet: DD, 1D and 70. RGB value is (221,29,112). Sum of RGB (Red+Green+Blue) = 221+29+112=362 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.05% from 362); Green value is 29 (11.72% from 255 or 8.01% from 362); Blue value is 112 (44.14% from 255 or 30.94% from 362); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1D70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD1D70 is #22E28F. Grayscale: #5F5F5F. Windows color (decimal): -2286224 or 7347677. OLE color: 7347677.

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

Color convert

RGB 221 29 112 -
CMYK 0 0.87 0.49 0.13
HSL 334.06º 0.77% 0.49% -
HSV(B) 334.06º 0.87% 0.87% -
XYZ 33.18 17.42 16.94 -
YUV 95.87 137.11 217.25 -
System Red Green Blue C M Y K H S L
Decimal 221 29 112 0 0.87 0.49 0.13 334.06 0.77 0.49
Hex DD 1D 70 0 57 31 D 14E 4D 31
Octal 335 35 160 0 127 61 15 516 115 61
Binary 11011101 11101 1110000 0 1010111 110001 1101 101001110 1001101 110001

Color Harmonies of #DD1D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1D70

Black with #DD1D70

Text Example


Text Example

White with #DD1D70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1D70; }

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

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

background-color css

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

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

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

border-color css

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

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

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