Html Css Color HEX #DD1D64 Ruby

📋 copy color: '#DD1D64'

red 221 ◦ green 29 ◦ blue 100

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

Shades of Ruby #DD1D64

Tints of Ruby #DD1D64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 28.57%

R = 63.14%
G = 8.29%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DD1D64 (or 0xDD1D64) is known color: Ruby. HEX triplet: DD, 1D and 64. RGB value is (221,29,100). Sum of RGB (Red+Green+Blue) = 221+29+100=350 (46% of max value = 765). Red value is 221 (86.72% from 255 or 63.14% from 350); Green value is 29 (11.72% from 255 or 8.29% from 350); Blue value is 100 (39.45% from 255 or 28.57% from 350); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1D64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD1D64 is #22E29B. Grayscale: #5E5E5E. Windows color (decimal): -2286236 or 6561245. OLE color: 6561245.

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

Color convert

RGB 221 29 100 -
CMYK 0 0.87 0.55 0.13
HSL 337.81º 0.77% 0.49% -
HSV(B) 337.81º 0.87% 0.87% -
XYZ 32.56 17.17 13.65 -
YUV 94.5 131.11 218.23 -
System Red Green Blue C M Y K H S L
Decimal 221 29 100 0 0.87 0.55 0.13 337.81 0.77 0.49
Hex DD 1D 64 0 57 37 D 152 4D 31
Octal 335 35 144 0 127 67 15 522 115 61
Binary 11011101 11101 1100100 0 1010111 110111 1101 101010010 1001101 110001

Color Harmonies of #DD1D64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1D64

Black with #DD1D64

Text Example


Text Example

White with #DD1D64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1D64; }

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

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

background-color css

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

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

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

border-color css

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

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

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