Html Css Color HEX #DD1871 Ruby

📋 copy color: '#DD1871'

red 221 ◦ green 24 ◦ blue 113

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

Shades of Ruby #DD1871

Tints of Ruby #DD1871

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 31.56%

R = 61.73%
G = 6.7%
B = 31.56%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DD1871 (or 0xDD1871) is known color: Ruby. HEX triplet: DD, 18 and 71. RGB value is (221,24,113). Sum of RGB (Red+Green+Blue) = 221+24+113=358 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.73% from 358); Green value is 24 (9.77% from 255 or 6.70% from 358); Blue value is 113 (44.53% from 255 or 31.56% from 358); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1871 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD1871 is #22E78E. Grayscale: #5C5C5C. Windows color (decimal): -2287503 or 7411933. OLE color: 7411933.

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

Color convert

RGB 221 24 113 -
CMYK 0 0.89 0.49 0.13
HSL 332.89º 0.8% 0.48% -
HSV(B) 332.89º 0.89% 0.87% -
XYZ 33.13 17.22 17.2 -
YUV 93.05 139.27 219.26 -
System Red Green Blue C M Y K H S L
Decimal 221 24 113 0 0.89 0.49 0.13 332.89 0.8 0.48
Hex DD 18 71 0 59 31 D 14D 50 30
Octal 335 30 161 0 131 61 15 515 120 60
Binary 11011101 11000 1110001 0 1011001 110001 1101 101001101 1010000 110000

Color Harmonies of #DD1871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1871

Black with #DD1871

Text Example


Text Example

White with #DD1871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1871; }

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

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

background-color css

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

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

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

border-color css

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

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

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