Html Css Color HEX #DD156F Ruby

📋 copy color: '#DD156F'

red 221 ◦ green 21 ◦ blue 111

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

Shades of Ruby #DD156F

Tints of Ruby #DD156F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 31.44%

R = 62.61%
G = 5.95%
B = 31.44%

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

#DD156F (or 0xDD156F) is known color: Ruby. HEX triplet: DD, 15 and 6F. RGB value is (221,21,111). Sum of RGB (Red+Green+Blue) = 221+21+111=353 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.61% from 353); Green value is 21 (8.59% from 255 or 5.95% from 353); Blue value is 111 (43.75% from 255 or 31.44% from 353); Max value from RGB is 221 - color contains mainly: red. Hex color #DD156F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD156F is #22EA90. Grayscale: #5A5A5A. Windows color (decimal): -2288273 or 7280093. OLE color: 7280093.

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

Color convert

RGB 221 21 111 -
CMYK 0 0.90 0.50 0.13
HSL 333º 0.83% 0.47% -
HSV(B) 333º 0.9% 0.87% -
XYZ 32.96 17.06 16.59 -
YUV 91.06 139.26 220.68 -
System Red Green Blue C M Y K H S L
Decimal 221 21 111 0 0.90 0.50 0.13 333 0.83 0.47
Hex DD 15 6F 0 5A 32 D 14D 53 2F
Octal 335 25 157 0 132 62 15 515 123 57
Binary 11011101 10101 1101111 0 1011010 110010 1101 101001101 1010011 101111

Color Harmonies of #DD156F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD156F

Black with #DD156F

Text Example


Text Example

White with #DD156F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD156F; }

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

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

background-color css

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

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

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

border-color css

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

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

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