Html Css Color HEX #DD0F59 Ruby

📋 copy color: '#DD0F59'

red 221 ◦ green 15 ◦ blue 89

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

Shades of Ruby #DD0F59

Tints of Ruby #DD0F59

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.62%

 BLUE value IS 89 (35.16% from 255) = 27.38%

R = 68%
G = 4.62%
B = 27.38%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.60

 K value IS 0.13

RGB Variations

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

Color information

#DD0F59 (or 0xDD0F59) is known color: Ruby. HEX triplet: DD, 0F and 59. RGB value is (221,15,89). Sum of RGB (Red+Green+Blue) = 221+15+89=325 (43% of max value = 765). Red value is 221 (86.72% from 255 or 68% from 325); Green value is 15 (6.25% from 255 or 4.62% from 325); Blue value is 89 (35.16% from 255 or 27.38% from 325); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0F59 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0F59 is #22F0A6. Grayscale: #545454. Windows color (decimal): -2289831 or 5836765. OLE color: 5836765.

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

Color convert

RGB 221 15 89 -
CMYK 0 0.93 0.60 0.13
HSL 338.45º 0.87% 0.46% -
HSV(B) 338.45º 0.93% 0.87% -
XYZ 31.79 16.44 10.95 -
YUV 85.03 130.25 224.98 -
System Red Green Blue C M Y K H S L
Decimal 221 15 89 0 0.93 0.60 0.13 338.45 0.87 0.46
Hex DD F 59 0 5D 3C D 152 57 2E
Octal 335 17 131 0 135 74 15 522 127 56
Binary 11011101 1111 1011001 0 1011101 111100 1101 101010010 1010111 101110

Color Harmonies of #DD0F59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0F59

Black with #DD0F59

Text Example


Text Example

White with #DD0F59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0F59; }

 p { color: rgb(221,15,89); }

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

background-color css

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

 a { background-color: rgb(221,15,89); }

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

border-color css

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

 span { border-color: rgb(221,15,89); }

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