Html Css Color HEX #DD1D5C Ruby

📋 copy color: '#DD1D5C'

red 221 ◦ green 29 ◦ blue 92

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

Shades of Ruby #DD1D5C

Tints of Ruby #DD1D5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 26.9%

R = 64.62%
G = 8.48%
B = 26.9%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DD1D5C (or 0xDD1D5C) is known color: Ruby. HEX triplet: DD, 1D and 5C. RGB value is (221,29,92). Sum of RGB (Red+Green+Blue) = 221+29+92=342 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.62% from 342); Green value is 29 (11.72% from 255 or 8.48% from 342); Blue value is 92 (36.33% from 255 or 26.90% from 342); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1D5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD1D5C is #22E2A3. Grayscale: #5D5D5D. Windows color (decimal): -2286244 or 6036957. OLE color: 6036957.

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

Color convert

RGB 221 29 92 -
CMYK 0 0.87 0.58 0.13
HSL 340.31º 0.77% 0.49% -
HSV(B) 340.31º 0.87% 0.87% -
XYZ 32.19 17.02 11.71 -
YUV 93.59 127.11 218.88 -
System Red Green Blue C M Y K H S L
Decimal 221 29 92 0 0.87 0.58 0.13 340.31 0.77 0.49
Hex DD 1D 5C 0 57 3A D 154 4D 31
Octal 335 35 134 0 127 72 15 524 115 61
Binary 11011101 11101 1011100 0 1010111 111010 1101 101010100 1001101 110001

Color Harmonies of #DD1D5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1D5C

Black with #DD1D5C

Text Example


Text Example

White with #DD1D5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1D5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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