Html Css Color HEX #DD1765 Ruby

📋 copy color: '#DD1765'

red 221 ◦ green 23 ◦ blue 101

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

Shades of Ruby #DD1765

Tints of Ruby #DD1765

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.67%

 BLUE value IS 101 (39.84% from 255) = 29.28%

R = 64.06%
G = 6.67%
B = 29.28%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#DD1765 (or 0xDD1765) is known color: Ruby. HEX triplet: DD, 17 and 65. RGB value is (221,23,101). Sum of RGB (Red+Green+Blue) = 221+23+101=345 (45% of max value = 765). Red value is 221 (86.72% from 255 or 64.06% from 345); Green value is 23 (9.38% from 255 or 6.67% from 345); Blue value is 101 (39.84% from 255 or 29.28% from 345); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1765 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD1765 is #22E89A. Grayscale: #5A5A5A. Windows color (decimal): -2287771 or 6625245. OLE color: 6625245.

HSL color Cylindrical-coordinate representation of color #DD1765: hue angle of 336.36º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DD1765 is Cyan = 0, Magento = 0.90, Yellow = 0.54 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 23 101 -
CMYK 0 0.90 0.54 0.13
HSL 336.36º 0.81% 0.48% -
HSV(B) 336.36º 0.9% 0.87% -
XYZ 32.47 16.92 13.87 -
YUV 91.09 133.6 220.66 -
System Red Green Blue C M Y K H S L
Decimal 221 23 101 0 0.90 0.54 0.13 336.36 0.81 0.48
Hex DD 17 65 0 5A 36 D 150 51 30
Octal 335 27 145 0 132 66 15 520 121 60
Binary 11011101 10111 1100101 0 1011010 110110 1101 101010000 1010001 110000

Color Harmonies of #DD1765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1765

Black with #DD1765

Text Example


Text Example

White with #DD1765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1765; }

 p { color: rgb(221,23,101); }

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

background-color css

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

 a { background-color: rgb(221,23,101); }

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

border-color css

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

 span { border-color: rgb(221,23,101); }

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