Html Css Color HEX #DD0F71 Ruby

📋 copy color: '#DD0F71'

red 221 ◦ green 15 ◦ blue 113

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

Shades of Ruby #DD0F71

Tints of Ruby #DD0F71

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.3%

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

R = 63.32%
G = 4.3%
B = 32.38%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DD0F71 (or 0xDD0F71) is known color: Ruby. HEX triplet: DD, 0F and 71. RGB value is (221,15,113). Sum of RGB (Red+Green+Blue) = 221+15+113=349 (46% of max value = 765). Red value is 221 (86.72% from 255 or 63.32% from 349); Green value is 15 (6.25% from 255 or 4.30% from 349); Blue value is 113 (44.53% from 255 or 32.38% from 349); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0F71 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0F71 is #22F08E. Grayscale: #575757. Windows color (decimal): -2289807 or 7409629. OLE color: 7409629.

HSL color Cylindrical-coordinate representation of color #DD0F71: hue angle of 331.46º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DD0F71 is Cyan = 0, Magento = 0.93, Yellow = 0.49 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 15 113 -
CMYK 0 0.93 0.49 0.13
HSL 331.46º 0.87% 0.46% -
HSV(B) 331.46º 0.93% 0.87% -
XYZ 32.97 16.91 17.15 -
YUV 87.77 142.25 223.03 -
System Red Green Blue C M Y K H S L
Decimal 221 15 113 0 0.93 0.49 0.13 331.46 0.87 0.46
Hex DD F 71 0 5D 31 D 14B 57 2E
Octal 335 17 161 0 135 61 15 513 127 56
Binary 11011101 1111 1110001 0 1011101 110001 1101 101001011 1010111 101110

Color Harmonies of #DD0F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0F71

Black with #DD0F71

Text Example


Text Example

White with #DD0F71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0F71; }

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

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

background-color css

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

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

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

border-color css

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

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

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