Html Css Color HEX #DD105C Ruby

📋 copy color: '#DD105C'

red 221 ◦ green 16 ◦ blue 92

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

Shades of Ruby #DD105C

Tints of Ruby #DD105C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 27.96%

R = 67.17%
G = 4.86%
B = 27.96%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DD105C (or 0xDD105C) is known color: Ruby. HEX triplet: DD, 10 and 5C. RGB value is (221,16,92). Sum of RGB (Red+Green+Blue) = 221+16+92=329 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.17% from 329); Green value is 16 (6.64% from 255 or 4.86% from 329); Blue value is 92 (36.33% from 255 or 27.96% from 329); Max value from RGB is 221 - color contains mainly: red. Hex color #DD105C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD105C is #22EFA3. Grayscale: #555555. Windows color (decimal): -2289572 or 6033629. OLE color: 6033629.

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

Color convert

RGB 221 16 92 -
CMYK 0 0.93 0.58 0.13
HSL 337.76º 0.86% 0.46% -
HSV(B) 337.76º 0.93% 0.87% -
XYZ 31.94 16.52 11.63 -
YUV 85.96 131.42 224.32 -
System Red Green Blue C M Y K H S L
Decimal 221 16 92 0 0.93 0.58 0.13 337.76 0.86 0.46
Hex DD 10 5C 0 5D 3A D 152 56 2E
Octal 335 20 134 0 135 72 15 522 126 56
Binary 11011101 10000 1011100 0 1011101 111010 1101 101010010 1010110 101110

Color Harmonies of #DD105C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD105C

Black with #DD105C

Text Example


Text Example

White with #DD105C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD105C; }

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

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

background-color css

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

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

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

border-color css

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

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

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