Html Css Color HEX #DD1270 Ruby

📋 copy color: '#DD1270'

red 221 ◦ green 18 ◦ blue 112

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

Shades of Ruby #DD1270

Tints of Ruby #DD1270

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.13%

 BLUE value IS 112 (44.14% from 255) = 31.91%

R = 62.96%
G = 5.13%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DD1270 (or 0xDD1270) is known color: Ruby. HEX triplet: DD, 12 and 70. RGB value is (221,18,112). Sum of RGB (Red+Green+Blue) = 221+18+112=351 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.96% from 351); Green value is 18 (7.42% from 255 or 5.13% from 351); Blue value is 112 (44.14% from 255 or 31.91% from 351); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1270 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD1270 is #22ED8F. Grayscale: #595959. Windows color (decimal): -2289040 or 7344861. OLE color: 7344861.

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

Color convert

RGB 221 18 112 -
CMYK 0 0.92 0.49 0.13
HSL 332.22º 0.85% 0.47% -
HSV(B) 332.22º 0.92% 0.87% -
XYZ 32.96 16.97 16.87 -
YUV 89.41 140.75 221.86 -
System Red Green Blue C M Y K H S L
Decimal 221 18 112 0 0.92 0.49 0.13 332.22 0.85 0.47
Hex DD 12 70 0 5C 31 D 14C 55 2F
Octal 335 22 160 0 134 61 15 514 125 57
Binary 11011101 10010 1110000 0 1011100 110001 1101 101001100 1010101 101111

Color Harmonies of #DD1270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1270

Black with #DD1270

Text Example


Text Example

White with #DD1270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1270; }

 p { color: rgb(221,18,112); }

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

background-color css

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

 a { background-color: rgb(221,18,112); }

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

border-color css

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

 span { border-color: rgb(221,18,112); }

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