Html Css Color HEX #DD0871 Ruby

📋 copy color: '#DD0871'

red 221 ◦ green 8 ◦ blue 113

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

Shades of Ruby #DD0871

Tints of Ruby #DD0871

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 33.04%

R = 64.62%
G = 2.34%
B = 33.04%

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

#DD0871 (or 0xDD0871) is known color: Ruby. HEX triplet: DD, 08 and 71. RGB value is (221,8,113). Sum of RGB (Red+Green+Blue) = 221+8+113=342 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.62% from 342); Green value is 8 (3.52% from 255 or 2.34% from 342); Blue value is 113 (44.53% from 255 or 33.04% from 342); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0871 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0871 is #22F78E. Grayscale: #535353. Windows color (decimal): -2291599 or 7407837. OLE color: 7407837.

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

Color convert

RGB 221 8 113 -
CMYK 0 0.96 0.49 0.13
HSL 330.42º 0.93% 0.45% -
HSV(B) 330.42º 0.96% 0.87% -
XYZ 32.89 16.74 17.12 -
YUV 83.66 144.57 225.96 -
System Red Green Blue C M Y K H S L
Decimal 221 8 113 0 0.96 0.49 0.13 330.42 0.93 0.45
Hex DD 8 71 0 60 31 D 14A 5D 2D
Octal 335 10 161 0 140 61 15 512 135 55
Binary 11011101 1000 1110001 0 1100000 110001 1101 101001010 1011101 101101

Color Harmonies of #DD0871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0871

Black with #DD0871

Text Example


Text Example

White with #DD0871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0871; }

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

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

background-color css

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

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

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

border-color css

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

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

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