Html Css Color HEX #DD1B6E Ruby

📋 copy color: '#DD1B6E'

red 221 ◦ green 27 ◦ blue 110

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

Shades of Ruby #DD1B6E

Tints of Ruby #DD1B6E

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.54%

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

R = 61.73%
G = 7.54%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DD1B6E (or 0xDD1B6E) is known color: Ruby. HEX triplet: DD, 1B and 6E. RGB value is (221,27,110). Sum of RGB (Red+Green+Blue) = 221+27+110=358 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.73% from 358); Green value is 27 (10.94% from 255 or 7.54% from 358); Blue value is 110 (43.36% from 255 or 30.73% from 358); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1B6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD1B6E is #22E491. Grayscale: #5E5E5E. Windows color (decimal): -2286738 or 7216093. OLE color: 7216093.

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

Color convert

RGB 221 27 110 -
CMYK 0 0.88 0.50 0.13
HSL 334.33º 0.78% 0.49% -
HSV(B) 334.33º 0.88% 0.87% -
XYZ 33.03 17.28 16.35 -
YUV 94.47 136.77 218.25 -
System Red Green Blue C M Y K H S L
Decimal 221 27 110 0 0.88 0.50 0.13 334.33 0.78 0.49
Hex DD 1B 6E 0 58 32 D 14E 4E 31
Octal 335 33 156 0 130 62 15 516 116 61
Binary 11011101 11011 1101110 0 1011000 110010 1101 101001110 1001110 110001

Color Harmonies of #DD1B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1B6E

Black with #DD1B6E

Text Example


Text Example

White with #DD1B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1B6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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