Html Css Color HEX #DD1278 Ruby

📋 copy color: '#DD1278'

red 221 ◦ green 18 ◦ blue 120

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

Shades of Ruby #DD1278

Tints of Ruby #DD1278

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 33.43%

R = 61.56%
G = 5.01%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#DD1278 (or 0xDD1278) is known color: Ruby. HEX triplet: DD, 12 and 78. RGB value is (221,18,120). Sum of RGB (Red+Green+Blue) = 221+18+120=359 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.56% from 359); Green value is 18 (7.42% from 255 or 5.01% from 359); Blue value is 120 (47.27% from 255 or 33.43% from 359); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1278 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD1278 is #22ED87. Grayscale: #5A5A5A. Windows color (decimal): -2289032 or 7869149. OLE color: 7869149.

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

Color convert

RGB 221 18 120 -
CMYK 0 0.92 0.46 0.13
HSL 329.85º 0.85% 0.47% -
HSV(B) 329.85º 0.92% 0.87% -
XYZ 33.43 17.16 19.32 -
YUV 90.33 144.75 221.21 -
System Red Green Blue C M Y K H S L
Decimal 221 18 120 0 0.92 0.46 0.13 329.85 0.85 0.47
Hex DD 12 78 0 5C 2E D 14A 55 2F
Octal 335 22 170 0 134 56 15 512 125 57
Binary 11011101 10010 1111000 0 1011100 101110 1101 101001010 1010101 101111

Color Harmonies of #DD1278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1278

Black with #DD1278

Text Example


Text Example

White with #DD1278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1278; }

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

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

background-color css

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

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

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

border-color css

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

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

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