Html Css Color HEX #DD1B6C Ruby

📋 copy color: '#DD1B6C'

red 221 ◦ green 27 ◦ blue 108

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

Shades of Ruby #DD1B6C

Tints of Ruby #DD1B6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 30.34%

R = 62.08%
G = 7.58%
B = 30.34%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#DD1B6C (or 0xDD1B6C) is known color: Ruby. HEX triplet: DD, 1B and 6C. RGB value is (221,27,108). Sum of RGB (Red+Green+Blue) = 221+27+108=356 (47% of max value = 765). Red value is 221 (86.72% from 255 or 62.08% from 356); Green value is 27 (10.94% from 255 or 7.58% from 356); Blue value is 108 (42.58% from 255 or 30.34% from 356); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1B6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD1B6C is #22E493. Grayscale: #5E5E5E. Windows color (decimal): -2286740 or 7085021. OLE color: 7085021.

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

Color convert

RGB 221 27 108 -
CMYK 0 0.88 0.51 0.13
HSL 334.95º 0.78% 0.49% -
HSV(B) 334.95º 0.88% 0.87% -
XYZ 32.92 17.24 15.78 -
YUV 94.24 135.77 218.41 -
System Red Green Blue C M Y K H S L
Decimal 221 27 108 0 0.88 0.51 0.13 334.95 0.78 0.49
Hex DD 1B 6C 0 58 33 D 14F 4E 31
Octal 335 33 154 0 130 63 15 517 116 61
Binary 11011101 11011 1101100 0 1011000 110011 1101 101001111 1001110 110001

Color Harmonies of #DD1B6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1B6C

Black with #DD1B6C

Text Example


Text Example

White with #DD1B6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1B6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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