Html Css Color HEX #DD1E6D Ruby

📋 copy color: '#DD1E6D'

red 221 ◦ green 30 ◦ blue 109

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

Shades of Ruby #DD1E6D

Tints of Ruby #DD1E6D

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.33%

 BLUE value IS 109 (42.97% from 255) = 30.28%

R = 61.39%
G = 8.33%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#DD1E6D (or 0xDD1E6D) is known color: Ruby. HEX triplet: DD, 1E and 6D. RGB value is (221,30,109). Sum of RGB (Red+Green+Blue) = 221+30+109=360 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.39% from 360); Green value is 30 (12.11% from 255 or 8.33% from 360); Blue value is 109 (42.97% from 255 or 30.28% from 360); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1E6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD1E6D is #22E192. Grayscale: #5F5F5F. Windows color (decimal): -2285971 or 7151325. OLE color: 7151325.

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

Color convert

RGB 221 30 109 -
CMYK 0 0.86 0.51 0.13
HSL 335.18º 0.76% 0.49% -
HSV(B) 335.18º 0.86% 0.87% -
XYZ 33.04 17.4 16.09 -
YUV 96.12 135.28 217.08 -
System Red Green Blue C M Y K H S L
Decimal 221 30 109 0 0.86 0.51 0.13 335.18 0.76 0.49
Hex DD 1E 6D 0 56 33 D 14F 4C 31
Octal 335 36 155 0 126 63 15 517 114 61
Binary 11011101 11110 1101101 0 1010110 110011 1101 101001111 1001100 110001

Color Harmonies of #DD1E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1E6D

Black with #DD1E6D

Text Example


Text Example

White with #DD1E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1E6D; }

 p { color: rgb(221,30,109); }

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

background-color css

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

 a { background-color: rgb(221,30,109); }

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

border-color css

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

 span { border-color: rgb(221,30,109); }

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