Html Css Color HEX #DD1067 Ruby

📋 copy color: '#DD1067'

red 221 ◦ green 16 ◦ blue 103

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

Shades of Ruby #DD1067

Tints of Ruby #DD1067

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 30.29%

R = 65%
G = 4.71%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#DD1067 (or 0xDD1067) is known color: Ruby. HEX triplet: DD, 10 and 67. RGB value is (221,16,103). Sum of RGB (Red+Green+Blue) = 221+16+103=340 (45% of max value = 765). Red value is 221 (86.72% from 255 or 65% from 340); Green value is 16 (6.64% from 255 or 4.71% from 340); Blue value is 103 (40.62% from 255 or 30.29% from 340); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1067 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD1067 is #22EF98. Grayscale: #575757. Windows color (decimal): -2289561 or 6754525. OLE color: 6754525.

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

Color convert

RGB 221 16 103 -
CMYK 0 0.93 0.53 0.13
HSL 334.54º 0.86% 0.46% -
HSV(B) 334.54º 0.93% 0.87% -
XYZ 32.45 16.72 14.35 -
YUV 87.21 136.92 223.43 -
System Red Green Blue C M Y K H S L
Decimal 221 16 103 0 0.93 0.53 0.13 334.54 0.86 0.46
Hex DD 10 67 0 5D 35 D 14F 56 2E
Octal 335 20 147 0 135 65 15 517 126 56
Binary 11011101 10000 1100111 0 1011101 110101 1101 101001111 1010110 101110

Color Harmonies of #DD1067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1067

Black with #DD1067

Text Example


Text Example

White with #DD1067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1067; }

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

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

background-color css

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

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

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

border-color css

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

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

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