Html Css Color HEX #DD146E Ruby

📋 copy color: '#DD146E'

red 221 ◦ green 20 ◦ blue 110

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

Shades of Ruby #DD146E

Tints of Ruby #DD146E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 31.34%

R = 62.96%
G = 5.7%
B = 31.34%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DD146E (or 0xDD146E) is known color: Ruby. HEX triplet: DD, 14 and 6E. RGB value is (221,20,110). Sum of RGB (Red+Green+Blue) = 221+20+110=351 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.96% from 351); Green value is 20 (8.20% from 255 or 5.70% from 351); Blue value is 110 (43.36% from 255 or 31.34% from 351); Max value from RGB is 221 - color contains mainly: red. Hex color #DD146E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD146E is #22EB91. Grayscale: #5A5A5A. Windows color (decimal): -2288530 or 7214301. OLE color: 7214301.

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

Color convert

RGB 221 20 110 -
CMYK 0 0.91 0.50 0.13
HSL 333.13º 0.83% 0.47% -
HSV(B) 333.13º 0.91% 0.87% -
XYZ 32.88 17 16.3 -
YUV 90.36 139.09 221.18 -
System Red Green Blue C M Y K H S L
Decimal 221 20 110 0 0.91 0.50 0.13 333.13 0.83 0.47
Hex DD 14 6E 0 5B 32 D 14D 53 2F
Octal 335 24 156 0 133 62 15 515 123 57
Binary 11011101 10100 1101110 0 1011011 110010 1101 101001101 1010011 101111

Color Harmonies of #DD146E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD146E

Black with #DD146E

Text Example


Text Example

White with #DD146E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD146E; }

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

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

background-color css

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

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

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

border-color css

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

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

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