Html Css Color HEX #DD156E Ruby

📋 copy color: '#DD156E'

red 221 ◦ green 21 ◦ blue 110

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

Shades of Ruby #DD156E

Tints of Ruby #DD156E

RGB

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

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

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

R = 62.78%
G = 5.97%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DD156E (or 0xDD156E) is known color: Ruby. HEX triplet: DD, 15 and 6E. RGB value is (221,21,110). Sum of RGB (Red+Green+Blue) = 221+21+110=352 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.78% from 352); Green value is 21 (8.59% from 255 or 5.97% from 352); Blue value is 110 (43.36% from 255 or 31.25% from 352); Max value from RGB is 221 - color contains mainly: red. Hex color #DD156E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD156E is #22EA91. Grayscale: #5A5A5A. Windows color (decimal): -2288274 or 7214557. OLE color: 7214557.

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

Color convert

RGB 221 21 110 -
CMYK 0 0.90 0.50 0.13
HSL 333.3º 0.83% 0.47% -
HSV(B) 333.3º 0.9% 0.87% -
XYZ 32.9 17.03 16.31 -
YUV 90.95 138.76 220.76 -
System Red Green Blue C M Y K H S L
Decimal 221 21 110 0 0.90 0.50 0.13 333.3 0.83 0.47
Hex DD 15 6E 0 5A 32 D 14D 53 2F
Octal 335 25 156 0 132 62 15 515 123 57
Binary 11011101 10101 1101110 0 1011010 110010 1101 101001101 1010011 101111

Color Harmonies of #DD156E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD156E

Black with #DD156E

Text Example


Text Example

White with #DD156E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD156E; }

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

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

background-color css

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

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

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

border-color css

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

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

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