Html Css Color HEX #DD1A5D Ruby

📋 copy color: '#DD1A5D'

red 221 ◦ green 26 ◦ blue 93

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

Shades of Ruby #DD1A5D

Tints of Ruby #DD1A5D

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.65%

 BLUE value IS 93 (36.72% from 255) = 27.35%

R = 65%
G = 7.65%
B = 27.35%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DD1A5D (or 0xDD1A5D) is known color: Ruby. HEX triplet: DD, 1A and 5D. RGB value is (221,26,93). Sum of RGB (Red+Green+Blue) = 221+26+93=340 (45% of max value = 765). Red value is 221 (86.72% from 255 or 65% from 340); Green value is 26 (10.55% from 255 or 7.65% from 340); Blue value is 93 (36.72% from 255 or 27.35% from 340); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1A5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD1A5D is #22E5A2. Grayscale: #5B5B5B. Windows color (decimal): -2287011 or 6101725. OLE color: 6101725.

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

Color convert

RGB 221 26 93 -
CMYK 0 0.88 0.58 0.13
HSL 339.38º 0.79% 0.48% -
HSV(B) 339.38º 0.88% 0.87% -
XYZ 32.16 16.9 11.92 -
YUV 91.94 128.6 220.05 -
System Red Green Blue C M Y K H S L
Decimal 221 26 93 0 0.88 0.58 0.13 339.38 0.79 0.48
Hex DD 1A 5D 0 58 3A D 153 4F 30
Octal 335 32 135 0 130 72 15 523 117 60
Binary 11011101 11010 1011101 0 1011000 111010 1101 101010011 1001111 110000

Color Harmonies of #DD1A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1A5D

Black with #DD1A5D

Text Example


Text Example

White with #DD1A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1A5D; }

 p { color: rgb(221,26,93); }

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

background-color css

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

 a { background-color: rgb(221,26,93); }

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

border-color css

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

 span { border-color: rgb(221,26,93); }

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