Html Css Color HEX #DD2064 Ruby

📋 copy color: '#DD2064'

red 221 ◦ green 32 ◦ blue 100

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

Shades of Ruby #DD2064

Tints of Ruby #DD2064

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 28.33%

R = 62.61%
G = 9.07%
B = 28.33%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DD2064 (or 0xDD2064) is known color: Ruby. HEX triplet: DD, 20 and 64. RGB value is (221,32,100). Sum of RGB (Red+Green+Blue) = 221+32+100=353 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.61% from 353); Green value is 32 (12.89% from 255 or 9.07% from 353); Blue value is 100 (39.45% from 255 or 28.33% from 353); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2064 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2064 is #22DF9B. Grayscale: #606060. Windows color (decimal): -2285468 or 6562013. OLE color: 6562013.

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

Color convert

RGB 221 32 100 -
CMYK 0 0.86 0.55 0.13
HSL 338.41º 0.75% 0.5% -
HSV(B) 338.41º 0.86% 0.87% -
XYZ 32.64 17.33 13.68 -
YUV 96.26 130.12 216.97 -
System Red Green Blue C M Y K H S L
Decimal 221 32 100 0 0.86 0.55 0.13 338.41 0.75 0.5
Hex DD 20 64 0 56 37 D 152 4B 32
Octal 335 40 144 0 126 67 15 522 113 62
Binary 11011101 100000 1100100 0 1010110 110111 1101 101010010 1001011 110010

Color Harmonies of #DD2064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2064

Black with #DD2064

Text Example


Text Example

White with #DD2064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2064; }

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

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

background-color css

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

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

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

border-color css

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

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

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