Html Css Color HEX #DD1E62 Ruby

📋 copy color: '#DD1E62'

red 221 ◦ green 30 ◦ blue 98

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

Shades of Ruby #DD1E62

Tints of Ruby #DD1E62

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.6%

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

R = 63.32%
G = 8.6%
B = 28.08%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#DD1E62 (or 0xDD1E62) is known color: Ruby. HEX triplet: DD, 1E and 62. RGB value is (221,30,98). Sum of RGB (Red+Green+Blue) = 221+30+98=349 (46% of max value = 765). Red value is 221 (86.72% from 255 or 63.32% from 349); Green value is 30 (12.11% from 255 or 8.60% from 349); Blue value is 98 (38.67% from 255 or 28.08% from 349); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1E62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD1E62 is #22E19D. Grayscale: #5E5E5E. Windows color (decimal): -2285982 or 6430429. OLE color: 6430429.

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

Color convert

RGB 221 30 98 -
CMYK 0 0.86 0.56 0.13
HSL 338.64º 0.76% 0.49% -
HSV(B) 338.64º 0.86% 0.87% -
XYZ 32.49 17.18 13.16 -
YUV 94.86 129.78 217.97 -
System Red Green Blue C M Y K H S L
Decimal 221 30 98 0 0.86 0.56 0.13 338.64 0.76 0.49
Hex DD 1E 62 0 56 38 D 153 4C 31
Octal 335 36 142 0 126 70 15 523 114 61
Binary 11011101 11110 1100010 0 1010110 111000 1101 101010011 1001100 110001

Color Harmonies of #DD1E62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1E62

Black with #DD1E62

Text Example


Text Example

White with #DD1E62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1E62; }

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

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

background-color css

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

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

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

border-color css

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

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

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