Html Css Color HEX #DD0278 Ruby

📋 copy color: '#DD0278'

red 221 ◦ green 2 ◦ blue 120

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

Shades of Ruby #DD0278

Tints of Ruby #DD0278

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.58%

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

R = 64.43%
G = 0.58%
B = 34.99%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#DD0278 (or 0xDD0278) is known color: Ruby. HEX triplet: DD, 02 and 78. RGB value is (221,2,120). Sum of RGB (Red+Green+Blue) = 221+2+120=343 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.43% from 343); Green value is 2 (1.17% from 255 or 0.58% from 343); Blue value is 120 (47.27% from 255 or 34.99% from 343); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0278 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0278 is #22FD87. Grayscale: #505050. Windows color (decimal): -2293128 or 7865053. OLE color: 7865053.

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

Color convert

RGB 221 2 120 -
CMYK 0 0.99 0.46 0.13
HSL 327.67º 0.98% 0.44% -
HSV(B) 327.67º 0.99% 0.87% -
XYZ 33.23 16.77 19.26 -
YUV 80.93 150.05 227.91 -
System Red Green Blue C M Y K H S L
Decimal 221 2 120 0 0.99 0.46 0.13 327.67 0.98 0.44
Hex DD 2 78 0 63 2E D 148 62 2C
Octal 335 2 170 0 143 56 15 510 142 54
Binary 11011101 10 1111000 0 1100011 101110 1101 101001000 1100010 101100

Color Harmonies of #DD0278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0278

Black with #DD0278

Text Example


Text Example

White with #DD0278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0278; }

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

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

background-color css

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

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

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

border-color css

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

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

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