Html Css Color HEX #DD1C62 Ruby

📋 copy color: '#DD1C62'

red 221 ◦ green 28 ◦ blue 98

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

Shades of Ruby #DD1C62

Tints of Ruby #DD1C62

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.07%

 BLUE value IS 98 (38.67% from 255) = 28.24%

R = 63.69%
G = 8.07%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#DD1C62 (or 0xDD1C62) is known color: Ruby. HEX triplet: DD, 1C and 62. RGB value is (221,28,98). Sum of RGB (Red+Green+Blue) = 221+28+98=347 (45% of max value = 765). Red value is 221 (86.72% from 255 or 63.69% from 347); Green value is 28 (11.33% from 255 or 8.07% from 347); Blue value is 98 (38.67% from 255 or 28.24% from 347); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1C62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD1C62 is #22E39D. Grayscale: #5D5D5D. Windows color (decimal): -2286494 or 6429917. OLE color: 6429917.

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

Color convert

RGB 221 28 98 -
CMYK 0 0.87 0.56 0.13
HSL 338.24º 0.78% 0.49% -
HSV(B) 338.24º 0.87% 0.87% -
XYZ 32.44 17.08 13.14 -
YUV 93.69 130.44 218.81 -
System Red Green Blue C M Y K H S L
Decimal 221 28 98 0 0.87 0.56 0.13 338.24 0.78 0.49
Hex DD 1C 62 0 57 38 D 152 4E 31
Octal 335 34 142 0 127 70 15 522 116 61
Binary 11011101 11100 1100010 0 1010111 111000 1101 101010010 1001110 110001

Color Harmonies of #DD1C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1C62

Black with #DD1C62

Text Example


Text Example

White with #DD1C62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1C62; }

 p { color: rgb(221,28,98); }

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

background-color css

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

 a { background-color: rgb(221,28,98); }

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

border-color css

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

 span { border-color: rgb(221,28,98); }

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