Html Css Color HEX #DD1374 Ruby

📋 copy color: '#DD1374'

red 221 ◦ green 19 ◦ blue 116

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

Shades of Ruby #DD1374

Tints of Ruby #DD1374

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.34%

 BLUE value IS 116 (45.7% from 255) = 32.58%

R = 62.08%
G = 5.34%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DD1374 (or 0xDD1374) is known color: Ruby. HEX triplet: DD, 13 and 74. RGB value is (221,19,116). Sum of RGB (Red+Green+Blue) = 221+19+116=356 (47% of max value = 765). Red value is 221 (86.72% from 255 or 62.08% from 356); Green value is 19 (7.81% from 255 or 5.34% from 356); Blue value is 116 (45.70% from 255 or 32.58% from 356); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1374 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD1374 is #22EC8B. Grayscale: #5A5A5A. Windows color (decimal): -2288780 or 7607261. OLE color: 7607261.

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

Color convert

RGB 221 19 116 -
CMYK 0 0.91 0.48 0.13
HSL 331.19º 0.84% 0.47% -
HSV(B) 331.19º 0.91% 0.87% -
XYZ 33.2 17.1 18.07 -
YUV 90.46 142.42 221.11 -
System Red Green Blue C M Y K H S L
Decimal 221 19 116 0 0.91 0.48 0.13 331.19 0.84 0.47
Hex DD 13 74 0 5B 30 D 14B 54 2F
Octal 335 23 164 0 133 60 15 513 124 57
Binary 11011101 10011 1110100 0 1011011 110000 1101 101001011 1010100 101111

Color Harmonies of #DD1374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1374

Black with #DD1374

Text Example


Text Example

White with #DD1374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1374; }

 p { color: rgb(221,19,116); }

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

background-color css

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

 a { background-color: rgb(221,19,116); }

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

border-color css

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

 span { border-color: rgb(221,19,116); }

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