Html Css Color HEX #DD0D70 Ruby

📋 copy color: '#DD0D70'

red 221 ◦ green 13 ◦ blue 112

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

Shades of Ruby #DD0D70

Tints of Ruby #DD0D70

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.76%

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

R = 63.87%
G = 3.76%
B = 32.37%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DD0D70 (or 0xDD0D70) is known color: Ruby. HEX triplet: DD, 0D and 70. RGB value is (221,13,112). Sum of RGB (Red+Green+Blue) = 221+13+112=346 (45% of max value = 765). Red value is 221 (86.72% from 255 or 63.87% from 346); Green value is 13 (5.47% from 255 or 3.76% from 346); Blue value is 112 (44.14% from 255 or 32.37% from 346); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0D70 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0D70 is #22F28F. Grayscale: #565656. Windows color (decimal): -2290320 or 7343581. OLE color: 7343581.

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

Color convert

RGB 221 13 112 -
CMYK 0 0.94 0.49 0.13
HSL 331.44º 0.89% 0.46% -
HSV(B) 331.44º 0.94% 0.87% -
XYZ 32.89 16.83 16.84 -
YUV 86.48 142.41 223.95 -
System Red Green Blue C M Y K H S L
Decimal 221 13 112 0 0.94 0.49 0.13 331.44 0.89 0.46
Hex DD D 70 0 5E 31 D 14B 59 2E
Octal 335 15 160 0 136 61 15 513 131 56
Binary 11011101 1101 1110000 0 1011110 110001 1101 101001011 1011001 101110

Color Harmonies of #DD0D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0D70

Black with #DD0D70

Text Example


Text Example

White with #DD0D70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0D70; }

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

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

background-color css

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

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

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

border-color css

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

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

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