Html Css Color HEX #DD156D Ruby

📋 copy color: '#DD156D'

red 221 ◦ green 21 ◦ blue 109

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

Shades of Ruby #DD156D

Tints of Ruby #DD156D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 31.05%

R = 62.96%
G = 5.98%
B = 31.05%

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

#DD156D (or 0xDD156D) is known color: Ruby. HEX triplet: DD, 15 and 6D. RGB value is (221,21,109). Sum of RGB (Red+Green+Blue) = 221+21+109=351 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.96% from 351); Green value is 21 (8.59% from 255 or 5.98% from 351); Blue value is 109 (42.97% from 255 or 31.05% from 351); Max value from RGB is 221 - color contains mainly: red. Hex color #DD156D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD156D is #22EA92. Grayscale: #5A5A5A. Windows color (decimal): -2288275 or 7149021. OLE color: 7149021.

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

Color convert

RGB 221 21 109 -
CMYK 0 0.90 0.51 0.13
HSL 333.6º 0.83% 0.47% -
HSV(B) 333.6º 0.9% 0.87% -
XYZ 32.85 17.01 16.02 -
YUV 90.83 138.26 220.84 -
System Red Green Blue C M Y K H S L
Decimal 221 21 109 0 0.90 0.51 0.13 333.6 0.83 0.47
Hex DD 15 6D 0 5A 33 D 14E 53 2F
Octal 335 25 155 0 132 63 15 516 123 57
Binary 11011101 10101 1101101 0 1011010 110011 1101 101001110 1010011 101111

Color Harmonies of #DD156D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD156D

Black with #DD156D

Text Example


Text Example

White with #DD156D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD156D; }

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

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

background-color css

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

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

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

border-color css

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

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

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