Html Css Color HEX #DD0377 Ruby

📋 copy color: '#DD0377'

red 221 ◦ green 3 ◦ blue 119

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

Shades of Ruby #DD0377

Tints of Ruby #DD0377

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 34.69%

R = 64.43%
G = 0.87%
B = 34.69%

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

#DD0377 (or 0xDD0377) is known color: Ruby. HEX triplet: DD, 03 and 77. RGB value is (221,3,119). Sum of RGB (Red+Green+Blue) = 221+3+119=343 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.43% from 343); Green value is 3 (1.56% from 255 or 0.87% from 343); Blue value is 119 (46.88% from 255 or 34.69% from 343); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0377 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0377 is #22FC88. Grayscale: #515151. Windows color (decimal): -2292873 or 7799773. OLE color: 7799773.

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

Color convert

RGB 221 3 119 -
CMYK 0 0.99 0.46 0.13
HSL 328.07º 0.97% 0.44% -
HSV(B) 328.07º 0.99% 0.87% -
XYZ 33.18 16.77 18.94 -
YUV 81.41 149.22 227.57 -
System Red Green Blue C M Y K H S L
Decimal 221 3 119 0 0.99 0.46 0.13 328.07 0.97 0.44
Hex DD 3 77 0 63 2E D 148 61 2C
Octal 335 3 167 0 143 56 15 510 141 54
Binary 11011101 11 1110111 0 1100011 101110 1101 101001000 1100001 101100

Color Harmonies of #DD0377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0377

Black with #DD0377

Text Example


Text Example

White with #DD0377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0377; }

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

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

background-color css

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

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

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

border-color css

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

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

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