Html Css Color HEX #DD146B Ruby

📋 copy color: '#DD146B'

red 221 ◦ green 20 ◦ blue 107

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

Shades of Ruby #DD146B

Tints of Ruby #DD146B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 30.75%

R = 63.51%
G = 5.75%
B = 30.75%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DD146B (or 0xDD146B) is known color: Ruby. HEX triplet: DD, 14 and 6B. RGB value is (221,20,107). Sum of RGB (Red+Green+Blue) = 221+20+107=348 (46% of max value = 765). Red value is 221 (86.72% from 255 or 63.51% from 348); Green value is 20 (8.20% from 255 or 5.75% from 348); Blue value is 107 (42.19% from 255 or 30.75% from 348); Max value from RGB is 221 - color contains mainly: red. Hex color #DD146B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD146B is #22EB94. Grayscale: #595959. Windows color (decimal): -2288533 or 7017693. OLE color: 7017693.

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

Color convert

RGB 221 20 107 -
CMYK 0 0.91 0.52 0.13
HSL 334.03º 0.83% 0.47% -
HSV(B) 334.03º 0.91% 0.87% -
XYZ 32.72 16.93 15.45 -
YUV 90.02 137.59 221.43 -
System Red Green Blue C M Y K H S L
Decimal 221 20 107 0 0.91 0.52 0.13 334.03 0.83 0.47
Hex DD 14 6B 0 5B 34 D 14E 53 2F
Octal 335 24 153 0 133 64 15 516 123 57
Binary 11011101 10100 1101011 0 1011011 110100 1101 101001110 1010011 101111

Color Harmonies of #DD146B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD146B

Black with #DD146B

Text Example


Text Example

White with #DD146B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD146B; }

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

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

background-color css

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

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

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

border-color css

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

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

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