Html Css Color HEX #DD105A Ruby

📋 copy color: '#DD105A'

red 221 ◦ green 16 ◦ blue 90

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

Shades of Ruby #DD105A

Tints of Ruby #DD105A

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.89%

 BLUE value IS 90 (35.55% from 255) = 27.52%

R = 67.58%
G = 4.89%
B = 27.52%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DD105A (or 0xDD105A) is known color: Ruby. HEX triplet: DD, 10 and 5A. RGB value is (221,16,90). Sum of RGB (Red+Green+Blue) = 221+16+90=327 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.58% from 327); Green value is 16 (6.64% from 255 or 4.89% from 327); Blue value is 90 (35.55% from 255 or 27.52% from 327); Max value from RGB is 221 - color contains mainly: red. Hex color #DD105A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD105A is #22EFA5. Grayscale: #555555. Windows color (decimal): -2289574 or 5902557. OLE color: 5902557.

HSL color Cylindrical-coordinate representation of color #DD105A: hue angle of 338.34º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DD105A is Cyan = 0, Magento = 0.93, Yellow = 0.59 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 16 90 -
CMYK 0 0.93 0.59 0.13
HSL 338.34º 0.86% 0.46% -
HSV(B) 338.34º 0.93% 0.87% -
XYZ 31.85 16.48 11.18 -
YUV 85.73 130.42 224.48 -
System Red Green Blue C M Y K H S L
Decimal 221 16 90 0 0.93 0.59 0.13 338.34 0.86 0.46
Hex DD 10 5A 0 5D 3B D 152 56 2E
Octal 335 20 132 0 135 73 15 522 126 56
Binary 11011101 10000 1011010 0 1011101 111011 1101 101010010 1010110 101110

Color Harmonies of #DD105A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD105A

Black with #DD105A

Text Example


Text Example

White with #DD105A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD105A; }

 p { color: rgb(221,16,90); }

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

background-color css

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

 a { background-color: rgb(221,16,90); }

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

border-color css

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

 span { border-color: rgb(221,16,90); }

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