Html Css Color HEX #DD0870 Ruby

📋 copy color: '#DD0870'

red 221 ◦ green 8 ◦ blue 112

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

Shades of Ruby #DD0870

Tints of Ruby #DD0870

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.35%

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

R = 64.81%
G = 2.35%
B = 32.84%

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

#DD0870 (or 0xDD0870) is known color: Ruby. HEX triplet: DD, 08 and 70. RGB value is (221,8,112). Sum of RGB (Red+Green+Blue) = 221+8+112=341 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.81% from 341); Green value is 8 (3.52% from 255 or 2.35% from 341); Blue value is 112 (44.14% from 255 or 32.84% from 341); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0870 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0870 is #22F78F. Grayscale: #535353. Windows color (decimal): -2291600 or 7342301. OLE color: 7342301.

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

Color convert

RGB 221 8 112 -
CMYK 0 0.96 0.49 0.13
HSL 330.7º 0.93% 0.45% -
HSV(B) 330.7º 0.96% 0.87% -
XYZ 32.83 16.72 16.83 -
YUV 83.54 144.07 226.04 -
System Red Green Blue C M Y K H S L
Decimal 221 8 112 0 0.96 0.49 0.13 330.7 0.93 0.45
Hex DD 8 70 0 60 31 D 14B 5D 2D
Octal 335 10 160 0 140 61 15 513 135 55
Binary 11011101 1000 1110000 0 1100000 110001 1101 101001011 1011101 101101

Color Harmonies of #DD0870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0870

Black with #DD0870

Text Example


Text Example

White with #DD0870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0870; }

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

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

background-color css

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

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

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

border-color css

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

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

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