Html Css Color HEX #DD1275 Ruby

📋 copy color: '#DD1275'

red 221 ◦ green 18 ◦ blue 117

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

Shades of Ruby #DD1275

Tints of Ruby #DD1275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 32.87%

R = 62.08%
G = 5.06%
B = 32.87%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DD1275 (or 0xDD1275) is known color: Ruby. HEX triplet: DD, 12 and 75. RGB value is (221,18,117). Sum of RGB (Red+Green+Blue) = 221+18+117=356 (47% of max value = 765). Red value is 221 (86.72% from 255 or 62.08% from 356); Green value is 18 (7.42% from 255 or 5.06% from 356); Blue value is 117 (46.09% from 255 or 32.87% from 356); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1275 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD1275 is #22ED8A. Grayscale: #595959. Windows color (decimal): -2289035 or 7672541. OLE color: 7672541.

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

Color convert

RGB 221 18 117 -
CMYK 0 0.92 0.47 0.13
HSL 330.74º 0.85% 0.47% -
HSV(B) 330.74º 0.92% 0.87% -
XYZ 33.25 17.09 18.38 -
YUV 89.98 143.25 221.45 -
System Red Green Blue C M Y K H S L
Decimal 221 18 117 0 0.92 0.47 0.13 330.74 0.85 0.47
Hex DD 12 75 0 5C 2F D 14B 55 2F
Octal 335 22 165 0 134 57 15 513 125 57
Binary 11011101 10010 1110101 0 1011100 101111 1101 101001011 1010101 101111

Color Harmonies of #DD1275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1275

Black with #DD1275

Text Example


Text Example

White with #DD1275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1275; }

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

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

background-color css

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

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

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

border-color css

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

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

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