Html Css Color HEX #DD1662 Ruby

📋 copy color: '#DD1662'

red 221 ◦ green 22 ◦ blue 98

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

Shades of Ruby #DD1662

Tints of Ruby #DD1662

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.45%

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

R = 64.81%
G = 6.45%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#DD1662 (or 0xDD1662) is known color: Ruby. HEX triplet: DD, 16 and 62. RGB value is (221,22,98). Sum of RGB (Red+Green+Blue) = 221+22+98=341 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.81% from 341); Green value is 22 (8.98% from 255 or 6.45% from 341); Blue value is 98 (38.67% from 255 or 28.74% from 341); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1662 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD1662 is #22E99D. Grayscale: #5A5A5A. Windows color (decimal): -2288030 or 6428381. OLE color: 6428381.

HSL color Cylindrical-coordinate representation of color #DD1662: hue angle of 337.09º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DD1662 is Cyan = 0, Magento = 0.90, Yellow = 0.56 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 22 98 -
CMYK 0 0.90 0.56 0.13
HSL 337.09º 0.82% 0.48% -
HSV(B) 337.09º 0.9% 0.87% -
XYZ 32.31 16.83 13.1 -
YUV 90.17 132.43 221.32 -
System Red Green Blue C M Y K H S L
Decimal 221 22 98 0 0.90 0.56 0.13 337.09 0.82 0.48
Hex DD 16 62 0 5A 38 D 151 52 30
Octal 335 26 142 0 132 70 15 521 122 60
Binary 11011101 10110 1100010 0 1011010 111000 1101 101010001 1010010 110000

Color Harmonies of #DD1662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1662

Black with #DD1662

Text Example


Text Example

White with #DD1662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1662; }

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

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

background-color css

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

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

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

border-color css

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

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

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