Html Css Color HEX #DD0E70 Ruby

📋 copy color: '#DD0E70'

red 221 ◦ green 14 ◦ blue 112

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

Shades of Ruby #DD0E70

Tints of Ruby #DD0E70

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.03%

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

R = 63.69%
G = 4.03%
B = 32.28%

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

#DD0E70 (or 0xDD0E70) is known color: Ruby. HEX triplet: DD, 0E and 70. RGB value is (221,14,112). Sum of RGB (Red+Green+Blue) = 221+14+112=347 (45% of max value = 765). Red value is 221 (86.72% from 255 or 63.69% from 347); Green value is 14 (5.86% from 255 or 4.03% from 347); Blue value is 112 (44.14% from 255 or 32.28% from 347); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0E70 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0E70 is #22F18F. Grayscale: #565656. Windows color (decimal): -2290064 or 7343837. OLE color: 7343837.

HSL color Cylindrical-coordinate representation of color #DD0E70: hue angle of 331.59º degrees, saturation: 0.88, 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 #DD0E70 is Cyan = 0, Magento = 0.94, Yellow = 0.49 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 14 112 -
CMYK 0 0.94 0.49 0.13
HSL 331.59º 0.88% 0.46% -
HSV(B) 331.59º 0.94% 0.87% -
XYZ 32.9 16.86 16.85 -
YUV 87.07 142.08 223.53 -
System Red Green Blue C M Y K H S L
Decimal 221 14 112 0 0.94 0.49 0.13 331.59 0.88 0.46
Hex DD E 70 0 5E 31 D 14C 58 2E
Octal 335 16 160 0 136 61 15 514 130 56
Binary 11011101 1110 1110000 0 1011110 110001 1101 101001100 1011000 101110

Color Harmonies of #DD0E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0E70

Black with #DD0E70

Text Example


Text Example

White with #DD0E70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0E70; }

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

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

background-color css

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

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

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

border-color css

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

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

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