Html Css Color HEX #DD136E Ruby

📋 copy color: '#DD136E'

red 221 ◦ green 19 ◦ blue 110

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

Shades of Ruby #DD136E

Tints of Ruby #DD136E

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.43%

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

R = 63.14%
G = 5.43%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DD136E (or 0xDD136E) is known color: Ruby. HEX triplet: DD, 13 and 6E. RGB value is (221,19,110). Sum of RGB (Red+Green+Blue) = 221+19+110=350 (46% of max value = 765). Red value is 221 (86.72% from 255 or 63.14% from 350); Green value is 19 (7.81% from 255 or 5.43% from 350); Blue value is 110 (43.36% from 255 or 31.43% from 350); Max value from RGB is 221 - color contains mainly: red. Hex color #DD136E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD136E is #22EC91. Grayscale: #595959. Windows color (decimal): -2288786 or 7214045. OLE color: 7214045.

HSL color Cylindrical-coordinate representation of color #DD136E: hue angle of 332.97º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DD136E is Cyan = 0, Magento = 0.91, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 19 110 -
CMYK 0 0.91 0.50 0.13
HSL 332.97º 0.84% 0.47% -
HSV(B) 332.97º 0.91% 0.87% -
XYZ 32.87 16.96 16.29 -
YUV 89.77 139.42 221.6 -
System Red Green Blue C M Y K H S L
Decimal 221 19 110 0 0.91 0.50 0.13 332.97 0.84 0.47
Hex DD 13 6E 0 5B 32 D 14D 54 2F
Octal 335 23 156 0 133 62 15 515 124 57
Binary 11011101 10011 1101110 0 1011011 110010 1101 101001101 1010100 101111

Color Harmonies of #DD136E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD136E

Black with #DD136E

Text Example


Text Example

White with #DD136E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD136E; }

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

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

background-color css

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

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

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

border-color css

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

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

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