Html Css Color HEX #DD1058 Ruby

📋 copy color: '#DD1058'

red 221 ◦ green 16 ◦ blue 88

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

Shades of Ruby #DD1058

Tints of Ruby #DD1058

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 27.08%

R = 68%
G = 4.92%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.60

 K value IS 0.13

RGB Variations

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

Color information

#DD1058 (or 0xDD1058) is known color: Ruby. HEX triplet: DD, 10 and 58. RGB value is (221,16,88). Sum of RGB (Red+Green+Blue) = 221+16+88=325 (43% of max value = 765). Red value is 221 (86.72% from 255 or 68% from 325); Green value is 16 (6.64% from 255 or 4.92% from 325); Blue value is 88 (34.77% from 255 or 27.08% from 325); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1058 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD1058 is #22EFA7. Grayscale: #555555. Windows color (decimal): -2289576 or 5771485. OLE color: 5771485.

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

Color convert

RGB 221 16 88 -
CMYK 0 0.93 0.60 0.13
HSL 338.93º 0.86% 0.46% -
HSV(B) 338.93º 0.93% 0.87% -
XYZ 31.77 16.45 10.73 -
YUV 85.5 129.42 224.65 -
System Red Green Blue C M Y K H S L
Decimal 221 16 88 0 0.93 0.60 0.13 338.93 0.86 0.46
Hex DD 10 58 0 5D 3C D 153 56 2E
Octal 335 20 130 0 135 74 15 523 126 56
Binary 11011101 10000 1011000 0 1011101 111100 1101 101010011 1010110 101110

Color Harmonies of #DD1058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1058

Black with #DD1058

Text Example


Text Example

White with #DD1058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1058; }

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

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

background-color css

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

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

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

border-color css

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

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

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