Html Css Color HEX #DD1269 Ruby

📋 copy color: '#DD1269'

red 221 ◦ green 18 ◦ blue 105

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

Shades of Ruby #DD1269

Tints of Ruby #DD1269

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 30.52%

R = 64.24%
G = 5.23%
B = 30.52%

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

#DD1269 (or 0xDD1269) is known color: Ruby. HEX triplet: DD, 12 and 69. RGB value is (221,18,105). Sum of RGB (Red+Green+Blue) = 221+18+105=344 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.24% from 344); Green value is 18 (7.42% from 255 or 5.23% from 344); Blue value is 105 (41.41% from 255 or 30.52% from 344); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1269 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD1269 is #22ED96. Grayscale: #585858. Windows color (decimal): -2289047 or 6886109. OLE color: 6886109.

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

Color convert

RGB 221 18 105 -
CMYK 0 0.92 0.52 0.13
HSL 334.29º 0.85% 0.47% -
HSV(B) 334.29º 0.92% 0.87% -
XYZ 32.58 16.82 14.89 -
YUV 88.62 137.25 222.43 -
System Red Green Blue C M Y K H S L
Decimal 221 18 105 0 0.92 0.52 0.13 334.29 0.85 0.47
Hex DD 12 69 0 5C 34 D 14E 55 2F
Octal 335 22 151 0 134 64 15 516 125 57
Binary 11011101 10010 1101001 0 1011100 110100 1101 101001110 1010101 101111

Color Harmonies of #DD1269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1269

Black with #DD1269

Text Example


Text Example

White with #DD1269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1269; }

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

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

background-color css

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

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

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

border-color css

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

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

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