Html Css Color HEX #DD2074 Ruby

📋 copy color: '#DD2074'

red 221 ◦ green 32 ◦ blue 116

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

Shades of Ruby #DD2074

Tints of Ruby #DD2074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 31.44%

R = 59.89%
G = 8.67%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DD2074 (or 0xDD2074) is known color: Ruby. HEX triplet: DD, 20 and 74. RGB value is (221,32,116). Sum of RGB (Red+Green+Blue) = 221+32+116=369 (48% of max value = 765). Red value is 221 (86.72% from 255 or 59.89% from 369); Green value is 32 (12.89% from 255 or 8.67% from 369); Blue value is 116 (45.70% from 255 or 31.44% from 369); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2074 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2074 is #22DF8B. Grayscale: #616161. Windows color (decimal): -2285452 or 7610589. OLE color: 7610589.

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

Color convert

RGB 221 32 116 -
CMYK 0 0.86 0.48 0.13
HSL 333.33º 0.75% 0.5% -
HSV(B) 333.33º 0.86% 0.87% -
XYZ 33.49 17.67 18.17 -
YUV 98.09 138.12 215.67 -
System Red Green Blue C M Y K H S L
Decimal 221 32 116 0 0.86 0.48 0.13 333.33 0.75 0.5
Hex DD 20 74 0 56 30 D 14D 4B 32
Octal 335 40 164 0 126 60 15 515 113 62
Binary 11011101 100000 1110100 0 1010110 110000 1101 101001101 1001011 110010

Color Harmonies of #DD2074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2074

Black with #DD2074

Text Example


Text Example

White with #DD2074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2074; }

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

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

background-color css

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

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

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

border-color css

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

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

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