Html Css Color HEX #DD156C Ruby

📋 copy color: '#DD156C'

red 221 ◦ green 21 ◦ blue 108

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

Shades of Ruby #DD156C

Tints of Ruby #DD156C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 30.86%

R = 63.14%
G = 6%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#DD156C (or 0xDD156C) is known color: Ruby. HEX triplet: DD, 15 and 6C. RGB value is (221,21,108). Sum of RGB (Red+Green+Blue) = 221+21+108=350 (46% of max value = 765). Red value is 221 (86.72% from 255 or 63.14% from 350); Green value is 21 (8.59% from 255 or 6% from 350); Blue value is 108 (42.58% from 255 or 30.86% from 350); Max value from RGB is 221 - color contains mainly: red. Hex color #DD156C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD156C is #22EA93. Grayscale: #5A5A5A. Windows color (decimal): -2288276 or 7083485. OLE color: 7083485.

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

Color convert

RGB 221 21 108 -
CMYK 0 0.90 0.51 0.13
HSL 333.9º 0.83% 0.47% -
HSV(B) 333.9º 0.9% 0.87% -
XYZ 32.79 16.99 15.74 -
YUV 90.72 137.76 220.93 -
System Red Green Blue C M Y K H S L
Decimal 221 21 108 0 0.90 0.51 0.13 333.9 0.83 0.47
Hex DD 15 6C 0 5A 33 D 14E 53 2F
Octal 335 25 154 0 132 63 15 516 123 57
Binary 11011101 10101 1101100 0 1011010 110011 1101 101001110 1010011 101111

Color Harmonies of #DD156C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD156C

Black with #DD156C

Text Example


Text Example

White with #DD156C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD156C; }

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

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

background-color css

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

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

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

border-color css

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

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

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