Html Css Color HEX #DD0F5A Ruby

📋 copy color: '#DD0F5A'

red 221 ◦ green 15 ◦ blue 90

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

Shades of Ruby #DD0F5A

Tints of Ruby #DD0F5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 27.61%

R = 67.79%
G = 4.6%
B = 27.61%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DD0F5A (or 0xDD0F5A) is known color: Ruby. HEX triplet: DD, 0F and 5A. RGB value is (221,15,90). Sum of RGB (Red+Green+Blue) = 221+15+90=326 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.79% from 326); Green value is 15 (6.25% from 255 or 4.60% from 326); Blue value is 90 (35.55% from 255 or 27.61% from 326); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0F5A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0F5A is #22F0A5. Grayscale: #555555. Windows color (decimal): -2289830 or 5902301. OLE color: 5902301.

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

Color convert

RGB 221 15 90 -
CMYK 0 0.93 0.59 0.13
HSL 338.16º 0.87% 0.46% -
HSV(B) 338.16º 0.93% 0.87% -
XYZ 31.84 16.45 11.17 -
YUV 85.14 130.75 224.9 -
System Red Green Blue C M Y K H S L
Decimal 221 15 90 0 0.93 0.59 0.13 338.16 0.87 0.46
Hex DD F 5A 0 5D 3B D 152 57 2E
Octal 335 17 132 0 135 73 15 522 127 56
Binary 11011101 1111 1011010 0 1011101 111011 1101 101010010 1010111 101110

Color Harmonies of #DD0F5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0F5A

Black with #DD0F5A

Text Example


Text Example

White with #DD0F5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0F5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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