Html Css Color HEX #DD1E69 Ruby

📋 copy color: '#DD1E69'

red 221 ◦ green 30 ◦ blue 105

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

Shades of Ruby #DD1E69

Tints of Ruby #DD1E69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 29.49%

R = 62.08%
G = 8.43%
B = 29.49%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DD1E69 (or 0xDD1E69) is known color: Ruby. HEX triplet: DD, 1E and 69. RGB value is (221,30,105). Sum of RGB (Red+Green+Blue) = 221+30+105=356 (47% of max value = 765). Red value is 221 (86.72% from 255 or 62.08% from 356); Green value is 30 (12.11% from 255 or 8.43% from 356); Blue value is 105 (41.41% from 255 or 29.49% from 356); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1E69 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD1E69 is #22E196. Grayscale: #5F5F5F. Windows color (decimal): -2285975 or 6889181. OLE color: 6889181.

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

Color convert

RGB 221 30 105 -
CMYK 0 0.86 0.52 0.13
HSL 336.44º 0.76% 0.49% -
HSV(B) 336.44º 0.86% 0.87% -
XYZ 32.83 17.32 14.98 -
YUV 95.66 133.28 217.4 -
System Red Green Blue C M Y K H S L
Decimal 221 30 105 0 0.86 0.52 0.13 336.44 0.76 0.49
Hex DD 1E 69 0 56 34 D 150 4C 31
Octal 335 36 151 0 126 64 15 520 114 61
Binary 11011101 11110 1101001 0 1010110 110100 1101 101010000 1001100 110001

Color Harmonies of #DD1E69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1E69

Black with #DD1E69

Text Example


Text Example

White with #DD1E69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1E69; }

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

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

background-color css

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

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

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

border-color css

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

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

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