Html Css Color HEX #DD1461 Ruby

📋 copy color: '#DD1461'

red 221 ◦ green 20 ◦ blue 97

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

Shades of Ruby #DD1461

Tints of Ruby #DD1461

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.92%

 BLUE value IS 97 (38.28% from 255) = 28.7%

R = 65.38%
G = 5.92%
B = 28.7%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#DD1461 (or 0xDD1461) is known color: Ruby. HEX triplet: DD, 14 and 61. RGB value is (221,20,97). Sum of RGB (Red+Green+Blue) = 221+20+97=338 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.38% from 338); Green value is 20 (8.20% from 255 or 5.92% from 338); Blue value is 97 (38.28% from 255 or 28.70% from 338); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1461 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD1461 is #22EB9E. Grayscale: #585858. Windows color (decimal): -2288543 or 6362333. OLE color: 6362333.

HSL color Cylindrical-coordinate representation of color #DD1461: hue angle of 337.01º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DD1461 is Cyan = 0, Magento = 0.91, Yellow = 0.56 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 20 97 -
CMYK 0 0.91 0.56 0.13
HSL 337.01º 0.83% 0.47% -
HSV(B) 337.01º 0.91% 0.87% -
XYZ 32.23 16.74 12.84 -
YUV 88.88 132.59 222.24 -
System Red Green Blue C M Y K H S L
Decimal 221 20 97 0 0.91 0.56 0.13 337.01 0.83 0.47
Hex DD 14 61 0 5B 38 D 151 53 2F
Octal 335 24 141 0 133 70 15 521 123 57
Binary 11011101 10100 1100001 0 1011011 111000 1101 101010001 1010011 101111

Color Harmonies of #DD1461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1461

Black with #DD1461

Text Example


Text Example

White with #DD1461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1461; }

 p { color: rgb(221,20,97); }

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

background-color css

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

 a { background-color: rgb(221,20,97); }

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

border-color css

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

 span { border-color: rgb(221,20,97); }

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