Html Css Color HEX #DD1062 Ruby

📋 copy color: '#DD1062'

red 221 ◦ green 16 ◦ blue 98

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

Shades of Ruby #DD1062

Tints of Ruby #DD1062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 29.25%

R = 65.97%
G = 4.78%
B = 29.25%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#DD1062 (or 0xDD1062) is known color: Ruby. HEX triplet: DD, 10 and 62. RGB value is (221,16,98). Sum of RGB (Red+Green+Blue) = 221+16+98=335 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.97% from 335); Green value is 16 (6.64% from 255 or 4.78% from 335); Blue value is 98 (38.67% from 255 or 29.25% from 335); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1062 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD1062 is #22EF9D. Grayscale: #565656. Windows color (decimal): -2289566 or 6426845. OLE color: 6426845.

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

Color convert

RGB 221 16 98 -
CMYK 0 0.93 0.56 0.13
HSL 336º 0.86% 0.46% -
HSV(B) 336º 0.93% 0.87% -
XYZ 32.21 16.62 13.07 -
YUV 86.64 134.42 223.83 -
System Red Green Blue C M Y K H S L
Decimal 221 16 98 0 0.93 0.56 0.13 336 0.86 0.46
Hex DD 10 62 0 5D 38 D 150 56 2E
Octal 335 20 142 0 135 70 15 520 126 56
Binary 11011101 10000 1100010 0 1011101 111000 1101 101010000 1010110 101110

Color Harmonies of #DD1062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1062

Black with #DD1062

Text Example


Text Example

White with #DD1062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1062; }

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

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

background-color css

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

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

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

border-color css

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

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

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