Html Css Color HEX #DD2062 Ruby

📋 copy color: '#DD2062'

red 221 ◦ green 32 ◦ blue 98

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

Shades of Ruby #DD2062

Tints of Ruby #DD2062

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.12%

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

R = 62.96%
G = 9.12%
B = 27.92%

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

#DD2062 (or 0xDD2062) is known color: Ruby. HEX triplet: DD, 20 and 62. RGB value is (221,32,98). Sum of RGB (Red+Green+Blue) = 221+32+98=351 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.96% from 351); Green value is 32 (12.89% from 255 or 9.12% from 351); Blue value is 98 (38.67% from 255 or 27.92% from 351); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2062 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2062 is #22DF9D. Grayscale: #5F5F5F. Windows color (decimal): -2285470 or 6430941. OLE color: 6430941.

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

Color convert

RGB 221 32 98 -
CMYK 0 0.86 0.56 0.13
HSL 339.05º 0.75% 0.5% -
HSV(B) 339.05º 0.86% 0.87% -
XYZ 32.54 17.29 13.18 -
YUV 96.04 129.12 217.13 -
System Red Green Blue C M Y K H S L
Decimal 221 32 98 0 0.86 0.56 0.13 339.05 0.75 0.5
Hex DD 20 62 0 56 38 D 153 4B 32
Octal 335 40 142 0 126 70 15 523 113 62
Binary 11011101 100000 1100010 0 1010110 111000 1101 101010011 1001011 110010

Color Harmonies of #DD2062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2062

Black with #DD2062

Text Example


Text Example

White with #DD2062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2062; }

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

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

background-color css

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

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

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

border-color css

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

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

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