Html Css Color HEX #DD1751 Ruby

📋 copy color: '#DD1751'

red 221 ◦ green 23 ◦ blue 81

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

Shades of Ruby #DD1751

Tints of Ruby #DD1751

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 24.92%

R = 68%
G = 7.08%
B = 24.92%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#DD1751 (or 0xDD1751) is known color: Ruby. HEX triplet: DD, 17 and 51. RGB value is (221,23,81). Sum of RGB (Red+Green+Blue) = 221+23+81=325 (43% of max value = 765). Red value is 221 (86.72% from 255 or 68% from 325); Green value is 23 (9.38% from 255 or 7.08% from 325); Blue value is 81 (32.03% from 255 or 24.92% from 325); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1751 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD1751 is #22E8AE. Grayscale: #585858. Windows color (decimal): -2287791 or 5314525. OLE color: 5314525.

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

Color convert

RGB 221 23 81 -
CMYK 0 0.90 0.63 0.13
HSL 342.42º 0.81% 0.48% -
HSV(B) 342.42º 0.9% 0.87% -
XYZ 31.61 16.58 9.32 -
YUV 88.81 123.6 222.28 -
System Red Green Blue C M Y K H S L
Decimal 221 23 81 0 0.90 0.63 0.13 342.42 0.81 0.48
Hex DD 17 51 0 5A 3F D 156 51 30
Octal 335 27 121 0 132 77 15 526 121 60
Binary 11011101 10111 1010001 0 1011010 111111 1101 101010110 1010001 110000

Color Harmonies of #DD1751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1751

Black with #DD1751

Text Example


Text Example

White with #DD1751

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1751; }

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

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

background-color css

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

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

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

border-color css

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

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

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