Html Css Color HEX #DD146D Ruby

📋 copy color: '#DD146D'

red 221 ◦ green 20 ◦ blue 109

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

Shades of Ruby #DD146D

Tints of Ruby #DD146D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 31.14%

R = 63.14%
G = 5.71%
B = 31.14%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#DD146D (or 0xDD146D) is known color: Ruby. HEX triplet: DD, 14 and 6D. RGB value is (221,20,109). Sum of RGB (Red+Green+Blue) = 221+20+109=350 (46% of max value = 765). Red value is 221 (86.72% from 255 or 63.14% from 350); Green value is 20 (8.20% from 255 or 5.71% from 350); Blue value is 109 (42.97% from 255 or 31.14% from 350); Max value from RGB is 221 - color contains mainly: red. Hex color #DD146D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD146D is #22EB92. Grayscale: #5A5A5A. Windows color (decimal): -2288531 or 7148765. OLE color: 7148765.

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

Color convert

RGB 221 20 109 -
CMYK 0 0.91 0.51 0.13
HSL 333.43º 0.83% 0.47% -
HSV(B) 333.43º 0.91% 0.87% -
XYZ 32.83 16.98 16.01 -
YUV 90.25 138.59 221.26 -
System Red Green Blue C M Y K H S L
Decimal 221 20 109 0 0.91 0.51 0.13 333.43 0.83 0.47
Hex DD 14 6D 0 5B 33 D 14D 53 2F
Octal 335 24 155 0 133 63 15 515 123 57
Binary 11011101 10100 1101101 0 1011011 110011 1101 101001101 1010011 101111

Color Harmonies of #DD146D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD146D

Black with #DD146D

Text Example


Text Example

White with #DD146D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD146D; }

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

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

background-color css

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

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

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

border-color css

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

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

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