Html Css Color HEX #DD0970 Ruby

📋 copy color: '#DD0970'

red 221 ◦ green 9 ◦ blue 112

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

Shades of Ruby #DD0970

Tints of Ruby #DD0970

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.63%

 BLUE value IS 112 (44.14% from 255) = 32.75%

R = 64.62%
G = 2.63%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DD0970 (or 0xDD0970) is known color: Ruby. HEX triplet: DD, 09 and 70. RGB value is (221,9,112). Sum of RGB (Red+Green+Blue) = 221+9+112=342 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.62% from 342); Green value is 9 (3.91% from 255 or 2.63% from 342); Blue value is 112 (44.14% from 255 or 32.75% from 342); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0970 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0970 is #22F68F. Grayscale: #535353. Windows color (decimal): -2291344 or 7342557. OLE color: 7342557.

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

Color convert

RGB 221 9 112 -
CMYK 0 0.96 0.49 0.13
HSL 330.85º 0.92% 0.45% -
HSV(B) 330.85º 0.96% 0.87% -
XYZ 32.84 16.74 16.83 -
YUV 84.13 143.74 225.62 -
System Red Green Blue C M Y K H S L
Decimal 221 9 112 0 0.96 0.49 0.13 330.85 0.92 0.45
Hex DD 9 70 0 60 31 D 14B 5C 2D
Octal 335 11 160 0 140 61 15 513 134 55
Binary 11011101 1001 1110000 0 1100000 110001 1101 101001011 1011100 101101

Color Harmonies of #DD0970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0970

Black with #DD0970

Text Example


Text Example

White with #DD0970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0970; }

 p { color: rgb(221,9,112); }

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

background-color css

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

 a { background-color: rgb(221,9,112); }

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

border-color css

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

 span { border-color: rgb(221,9,112); }

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