Html Css Color HEX #DD156B Ruby

📋 copy color: '#DD156B'

red 221 ◦ green 21 ◦ blue 107

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

Shades of Ruby #DD156B

Tints of Ruby #DD156B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.02%

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

R = 63.32%
G = 6.02%
B = 30.66%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DD156B (or 0xDD156B) is known color: Ruby. HEX triplet: DD, 15 and 6B. RGB value is (221,21,107). Sum of RGB (Red+Green+Blue) = 221+21+107=349 (46% of max value = 765). Red value is 221 (86.72% from 255 or 63.32% from 349); Green value is 21 (8.59% from 255 or 6.02% from 349); Blue value is 107 (42.19% from 255 or 30.66% from 349); Max value from RGB is 221 - color contains mainly: red. Hex color #DD156B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD156B is #22EA94. Grayscale: #5A5A5A. Windows color (decimal): -2288277 or 7017949. OLE color: 7017949.

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

Color convert

RGB 221 21 107 -
CMYK 0 0.90 0.52 0.13
HSL 334.2º 0.83% 0.47% -
HSV(B) 334.2º 0.9% 0.87% -
XYZ 32.74 16.97 15.46 -
YUV 90.6 137.26 221.01 -
System Red Green Blue C M Y K H S L
Decimal 221 21 107 0 0.90 0.52 0.13 334.2 0.83 0.47
Hex DD 15 6B 0 5A 34 D 14E 53 2F
Octal 335 25 153 0 132 64 15 516 123 57
Binary 11011101 10101 1101011 0 1011010 110100 1101 101001110 1010011 101111

Color Harmonies of #DD156B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD156B

Black with #DD156B

Text Example


Text Example

White with #DD156B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD156B; }

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

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

background-color css

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

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

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

border-color css

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

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

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