Html Css Color HEX #DD0E5A Ruby

📋 copy color: '#DD0E5A'

red 221 ◦ green 14 ◦ blue 90

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

Shades of Ruby #DD0E5A

Tints of Ruby #DD0E5A

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.31%

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

R = 68%
G = 4.31%
B = 27.69%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DD0E5A (or 0xDD0E5A) is known color: Ruby. HEX triplet: DD, 0E and 5A. RGB value is (221,14,90). Sum of RGB (Red+Green+Blue) = 221+14+90=325 (43% of max value = 765). Red value is 221 (86.72% from 255 or 68% from 325); Green value is 14 (5.86% from 255 or 4.31% from 325); Blue value is 90 (35.55% from 255 or 27.69% from 325); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0E5A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0E5A is #22F1A5. Grayscale: #545454. Windows color (decimal): -2290086 or 5902045. OLE color: 5902045.

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

Color convert

RGB 221 14 90 -
CMYK 0 0.94 0.59 0.13
HSL 337.97º 0.88% 0.46% -
HSV(B) 337.97º 0.94% 0.87% -
XYZ 31.82 16.42 11.17 -
YUV 84.56 131.08 225.32 -
System Red Green Blue C M Y K H S L
Decimal 221 14 90 0 0.94 0.59 0.13 337.97 0.88 0.46
Hex DD E 5A 0 5E 3B D 152 58 2E
Octal 335 16 132 0 136 73 15 522 130 56
Binary 11011101 1110 1011010 0 1011110 111011 1101 101010010 1011000 101110

Color Harmonies of #DD0E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0E5A

Black with #DD0E5A

Text Example


Text Example

White with #DD0E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0E5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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