Html Css Color HEX #DD1D6E Ruby

📋 copy color: '#DD1D6E'

red 221 ◦ green 29 ◦ blue 110

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

Shades of Ruby #DD1D6E

Tints of Ruby #DD1D6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 30.56%

R = 61.39%
G = 8.06%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DD1D6E (or 0xDD1D6E) is known color: Ruby. HEX triplet: DD, 1D and 6E. RGB value is (221,29,110). Sum of RGB (Red+Green+Blue) = 221+29+110=360 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.39% from 360); Green value is 29 (11.72% from 255 or 8.06% from 360); Blue value is 110 (43.36% from 255 or 30.56% from 360); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1D6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD1D6E is #22E291. Grayscale: #5F5F5F. Windows color (decimal): -2286226 or 7216605. OLE color: 7216605.

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

Color convert

RGB 221 29 110 -
CMYK 0 0.87 0.50 0.13
HSL 334.69º 0.77% 0.49% -
HSV(B) 334.69º 0.87% 0.87% -
XYZ 33.07 17.38 16.36 -
YUV 95.64 136.11 217.41 -
System Red Green Blue C M Y K H S L
Decimal 221 29 110 0 0.87 0.50 0.13 334.69 0.77 0.49
Hex DD 1D 6E 0 57 32 D 14F 4D 31
Octal 335 35 156 0 127 62 15 517 115 61
Binary 11011101 11101 1101110 0 1010111 110010 1101 101001111 1001101 110001

Color Harmonies of #DD1D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1D6E

Black with #DD1D6E

Text Example


Text Example

White with #DD1D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1D6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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