Html Css Color HEX #DD1D6A Ruby

📋 copy color: '#DD1D6A'

red 221 ◦ green 29 ◦ blue 106

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

Shades of Ruby #DD1D6A

Tints of Ruby #DD1D6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 29.78%

R = 62.08%
G = 8.15%
B = 29.78%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DD1D6A (or 0xDD1D6A) is known color: Ruby. HEX triplet: DD, 1D and 6A. RGB value is (221,29,106). Sum of RGB (Red+Green+Blue) = 221+29+106=356 (47% of max value = 765). Red value is 221 (86.72% from 255 or 62.08% from 356); Green value is 29 (11.72% from 255 or 8.15% from 356); Blue value is 106 (41.80% from 255 or 29.78% from 356); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1D6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD1D6A is #22E295. Grayscale: #5F5F5F. Windows color (decimal): -2286230 or 6954461. OLE color: 6954461.

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

Color convert

RGB 221 29 106 -
CMYK 0 0.87 0.52 0.13
HSL 335.94º 0.77% 0.49% -
HSV(B) 335.94º 0.87% 0.87% -
XYZ 32.86 17.29 15.24 -
YUV 95.19 134.11 217.74 -
System Red Green Blue C M Y K H S L
Decimal 221 29 106 0 0.87 0.52 0.13 335.94 0.77 0.49
Hex DD 1D 6A 0 57 34 D 150 4D 31
Octal 335 35 152 0 127 64 15 520 115 61
Binary 11011101 11101 1101010 0 1010111 110100 1101 101010000 1001101 110001

Color Harmonies of #DD1D6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1D6A

Black with #DD1D6A

Text Example


Text Example

White with #DD1D6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1D6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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