Html Css Color HEX #DD0F72 Ruby

📋 copy color: '#DD0F72'

red 221 ◦ green 15 ◦ blue 114

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

Shades of Ruby #DD0F72

Tints of Ruby #DD0F72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 32.57%

R = 63.14%
G = 4.29%
B = 32.57%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DD0F72 (or 0xDD0F72) is known color: Ruby. HEX triplet: DD, 0F and 72. RGB value is (221,15,114). Sum of RGB (Red+Green+Blue) = 221+15+114=350 (46% of max value = 765). Red value is 221 (86.72% from 255 or 63.14% from 350); Green value is 15 (6.25% from 255 or 4.29% from 350); Blue value is 114 (44.92% from 255 or 32.57% from 350); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0F72 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0F72 is #22F08D. Grayscale: #575757. Windows color (decimal): -2289806 or 7475165. OLE color: 7475165.

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

Color convert

RGB 221 15 114 -
CMYK 0 0.93 0.48 0.13
HSL 331.17º 0.87% 0.46% -
HSV(B) 331.17º 0.93% 0.87% -
XYZ 33.03 16.93 17.45 -
YUV 87.88 142.75 222.95 -
System Red Green Blue C M Y K H S L
Decimal 221 15 114 0 0.93 0.48 0.13 331.17 0.87 0.46
Hex DD F 72 0 5D 30 D 14B 57 2E
Octal 335 17 162 0 135 60 15 513 127 56
Binary 11011101 1111 1110010 0 1011101 110000 1101 101001011 1010111 101110

Color Harmonies of #DD0F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0F72

Black with #DD0F72

Text Example


Text Example

White with #DD0F72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0F72; }

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

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

background-color css

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

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

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

border-color css

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

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

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