Html Css Color HEX #DD0376 Ruby

📋 copy color: '#DD0376'

red 221 ◦ green 3 ◦ blue 118

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

Shades of Ruby #DD0376

Tints of Ruby #DD0376

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.88%

 BLUE value IS 118 (46.48% from 255) = 34.5%

R = 64.62%
G = 0.88%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DD0376 (or 0xDD0376) is known color: Ruby. HEX triplet: DD, 03 and 76. RGB value is (221,3,118). Sum of RGB (Red+Green+Blue) = 221+3+118=342 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.62% from 342); Green value is 3 (1.56% from 255 or 0.88% from 342); Blue value is 118 (46.48% from 255 or 34.50% from 342); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0376 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0376 is #22FC89. Grayscale: #515151. Windows color (decimal): -2292874 or 7734237. OLE color: 7734237.

HSL color Cylindrical-coordinate representation of color #DD0376: hue angle of 328.35º degrees, saturation: 0.97, 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 #DD0376 is Cyan = 0, Magento = 0.99, Yellow = 0.47 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 3 118 -
CMYK 0 0.99 0.47 0.13
HSL 328.35º 0.97% 0.44% -
HSV(B) 328.35º 0.99% 0.87% -
XYZ 33.12 16.75 18.63 -
YUV 81.29 148.72 227.65 -
System Red Green Blue C M Y K H S L
Decimal 221 3 118 0 0.99 0.47 0.13 328.35 0.97 0.44
Hex DD 3 76 0 63 2F D 148 61 2C
Octal 335 3 166 0 143 57 15 510 141 54
Binary 11011101 11 1110110 0 1100011 101111 1101 101001000 1100001 101100

Color Harmonies of #DD0376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0376

Black with #DD0376

Text Example


Text Example

White with #DD0376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0376; }

 p { color: rgb(221,3,118); }

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

background-color css

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

 a { background-color: rgb(221,3,118); }

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

border-color css

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

 span { border-color: rgb(221,3,118); }

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