Html Css Color HEX #DD126A Ruby

📋 copy color: '#DD126A'

red 221 ◦ green 18 ◦ blue 106

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

Shades of Ruby #DD126A

Tints of Ruby #DD126A

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.22%

 BLUE value IS 106 (41.8% from 255) = 30.72%

R = 64.06%
G = 5.22%
B = 30.72%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DD126A (or 0xDD126A) is known color: Ruby. HEX triplet: DD, 12 and 6A. RGB value is (221,18,106). Sum of RGB (Red+Green+Blue) = 221+18+106=345 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.06% from 345); Green value is 18 (7.42% from 255 or 5.22% from 345); Blue value is 106 (41.80% from 255 or 30.72% from 345); Max value from RGB is 221 - color contains mainly: red. Hex color #DD126A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD126A is #22ED95. Grayscale: #585858. Windows color (decimal): -2289046 or 6951645. OLE color: 6951645.

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

Color convert

RGB 221 18 106 -
CMYK 0 0.92 0.52 0.13
HSL 333.99º 0.85% 0.47% -
HSV(B) 333.99º 0.92% 0.87% -
XYZ 32.64 16.85 15.17 -
YUV 88.73 137.75 222.34 -
System Red Green Blue C M Y K H S L
Decimal 221 18 106 0 0.92 0.52 0.13 333.99 0.85 0.47
Hex DD 12 6A 0 5C 34 D 14E 55 2F
Octal 335 22 152 0 134 64 15 516 125 57
Binary 11011101 10010 1101010 0 1011100 110100 1101 101001110 1010101 101111

Color Harmonies of #DD126A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD126A

Black with #DD126A

Text Example


Text Example

White with #DD126A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD126A; }

 p { color: rgb(221,18,106); }

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

background-color css

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

 a { background-color: rgb(221,18,106); }

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

border-color css

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

 span { border-color: rgb(221,18,106); }

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