Html Css Color HEX #DD145E Ruby

📋 copy color: '#DD145E'

red 221 ◦ green 20 ◦ blue 94

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

Shades of Ruby #DD145E

Tints of Ruby #DD145E

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.97%

 BLUE value IS 94 (37.11% from 255) = 28.06%

R = 65.97%
G = 5.97%
B = 28.06%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DD145E (or 0xDD145E) is known color: Ruby. HEX triplet: DD, 14 and 5E. RGB value is (221,20,94). Sum of RGB (Red+Green+Blue) = 221+20+94=335 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.97% from 335); Green value is 20 (8.20% from 255 or 5.97% from 335); Blue value is 94 (37.11% from 255 or 28.06% from 335); Max value from RGB is 221 - color contains mainly: red. Hex color #DD145E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD145E is #22EBA1. Grayscale: #585858. Windows color (decimal): -2288546 or 6165725. OLE color: 6165725.

HSL color Cylindrical-coordinate representation of color #DD145E: hue angle of 337.91º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DD145E is Cyan = 0, Magento = 0.91, Yellow = 0.57 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 20 94 -
CMYK 0 0.91 0.57 0.13
HSL 337.91º 0.83% 0.47% -
HSV(B) 337.91º 0.91% 0.87% -
XYZ 32.09 16.68 12.12 -
YUV 88.54 131.09 222.48 -
System Red Green Blue C M Y K H S L
Decimal 221 20 94 0 0.91 0.57 0.13 337.91 0.83 0.47
Hex DD 14 5E 0 5B 39 D 152 53 2F
Octal 335 24 136 0 133 71 15 522 123 57
Binary 11011101 10100 1011110 0 1011011 111001 1101 101010010 1010011 101111

Color Harmonies of #DD145E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD145E

Black with #DD145E

Text Example


Text Example

White with #DD145E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD145E; }

 p { color: rgb(221,20,94); }

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

background-color css

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

 a { background-color: rgb(221,20,94); }

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

border-color css

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

 span { border-color: rgb(221,20,94); }

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