Html Css Color HEX #DD1E68 Ruby

📋 copy color: '#DD1E68'

red 221 ◦ green 30 ◦ blue 104

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

Shades of Ruby #DD1E68

Tints of Ruby #DD1E68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 29.3%

R = 62.25%
G = 8.45%
B = 29.3%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#DD1E68 (or 0xDD1E68) is known color: Ruby. HEX triplet: DD, 1E and 68. RGB value is (221,30,104). Sum of RGB (Red+Green+Blue) = 221+30+104=355 (47% of max value = 765). Red value is 221 (86.72% from 255 or 62.25% from 355); Green value is 30 (12.11% from 255 or 8.45% from 355); Blue value is 104 (41.02% from 255 or 29.30% from 355); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1E68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD1E68 is #22E197. Grayscale: #5F5F5F. Windows color (decimal): -2285976 or 6823645. OLE color: 6823645.

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

Color convert

RGB 221 30 104 -
CMYK 0 0.86 0.53 0.13
HSL 336.75º 0.76% 0.49% -
HSV(B) 336.75º 0.86% 0.87% -
XYZ 32.78 17.3 14.71 -
YUV 95.55 132.78 217.48 -
System Red Green Blue C M Y K H S L
Decimal 221 30 104 0 0.86 0.53 0.13 336.75 0.76 0.49
Hex DD 1E 68 0 56 35 D 151 4C 31
Octal 335 36 150 0 126 65 15 521 114 61
Binary 11011101 11110 1101000 0 1010110 110101 1101 101010001 1001100 110001

Color Harmonies of #DD1E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1E68

Black with #DD1E68

Text Example


Text Example

White with #DD1E68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1E68; }

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

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

background-color css

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

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

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

border-color css

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

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

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