Html Css Color HEX #DD0078 Ruby

📋 copy color: '#DD0078'

red 221 ◦ green 0 ◦ blue 120

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

Shades of Ruby #DD0078

Tints of Ruby #DD0078

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 120 (47.27% from 255) = 35.19%

R = 64.81%
G = 0%
B = 35.19%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#DD0078 (or 0xDD0078) is known color: Ruby. HEX triplet: DD, 00 and 78. RGB value is (221,0,120). Sum of RGB (Red+Green+Blue) = 221+0+120=341 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.81% from 341); Green value is 0 (0.39% from 255 or 0% from 341); Blue value is 120 (47.27% from 255 or 35.19% from 341); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0078 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0078 is #22FF87. Grayscale: #4F4F4F. Windows color (decimal): -2293640 or 7864541. OLE color: 7864541.

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

Color convert

RGB 221 0 120 -
CMYK 0 1 0.46 0.13
HSL 327.42º 1% 0.43% -
HSV(B) 327.42º 1% 0.87% -
XYZ 33.21 16.73 19.25 -
YUV 79.76 150.72 228.74 -
System Red Green Blue C M Y K H S L
Decimal 221 0 120 0 1 0.46 0.13 327.42 1 0.43
Hex DD 0 78 0 64 2E D 147 64 2B
Octal 335 0 170 0 144 56 15 507 144 53
Binary 11011101 0 1111000 0 1100100 101110 1101 101000111 1100100 101011

Color Harmonies of #DD0078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0078

Black with #DD0078

Text Example


Text Example

White with #DD0078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0078; }

 p { color: rgb(221,0,120); }

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

background-color css

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

 a { background-color: rgb(221,0,120); }

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

border-color css

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

 span { border-color: rgb(221,0,120); }

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