Html Css Color HEX #DD1851 Ruby

📋 copy color: '#DD1851'

red 221 ◦ green 24 ◦ blue 81

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

Shades of Ruby #DD1851

Tints of Ruby #DD1851

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.36%

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

R = 67.79%
G = 7.36%
B = 24.85%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#DD1851 (or 0xDD1851) is known color: Ruby. HEX triplet: DD, 18 and 51. RGB value is (221,24,81). Sum of RGB (Red+Green+Blue) = 221+24+81=326 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.79% from 326); Green value is 24 (9.77% from 255 or 7.36% from 326); Blue value is 81 (32.03% from 255 or 24.85% from 326); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1851 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD1851 is #22E7AE. Grayscale: #595959. Windows color (decimal): -2287535 or 5314781. OLE color: 5314781.

HSL color Cylindrical-coordinate representation of color #DD1851: hue angle of 342.64º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DD1851 is Cyan = 0, Magento = 0.89, Yellow = 0.63 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 24 81 -
CMYK 0 0.89 0.63 0.13
HSL 342.64º 0.8% 0.48% -
HSV(B) 342.64º 0.89% 0.87% -
XYZ 31.63 16.62 9.33 -
YUV 89.4 123.27 221.87 -
System Red Green Blue C M Y K H S L
Decimal 221 24 81 0 0.89 0.63 0.13 342.64 0.8 0.48
Hex DD 18 51 0 59 3F D 157 50 30
Octal 335 30 121 0 131 77 15 527 120 60
Binary 11011101 11000 1010001 0 1011001 111111 1101 101010111 1010000 110000

Color Harmonies of #DD1851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1851

Black with #DD1851

Text Example


Text Example

White with #DD1851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1851; }

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

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

background-color css

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

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

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

border-color css

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

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

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