Html Css Color HEX #DD1E65 Ruby

📋 copy color: '#DD1E65'

red 221 ◦ green 30 ◦ blue 101

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

Shades of Ruby #DD1E65

Tints of Ruby #DD1E65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 28.69%

R = 62.78%
G = 8.52%
B = 28.69%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#DD1E65 (or 0xDD1E65) is known color: Ruby. HEX triplet: DD, 1E and 65. RGB value is (221,30,101). Sum of RGB (Red+Green+Blue) = 221+30+101=352 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.78% from 352); Green value is 30 (12.11% from 255 or 8.52% from 352); Blue value is 101 (39.84% from 255 or 28.69% from 352); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1E65 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD1E65 is #22E19A. Grayscale: #5F5F5F. Windows color (decimal): -2285979 or 6627037. OLE color: 6627037.

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

Color convert

RGB 221 30 101 -
CMYK 0 0.86 0.54 0.13
HSL 337.7º 0.76% 0.49% -
HSV(B) 337.7º 0.86% 0.87% -
XYZ 32.63 17.24 13.92 -
YUV 95.2 131.28 217.73 -
System Red Green Blue C M Y K H S L
Decimal 221 30 101 0 0.86 0.54 0.13 337.7 0.76 0.49
Hex DD 1E 65 0 56 36 D 152 4C 31
Octal 335 36 145 0 126 66 15 522 114 61
Binary 11011101 11110 1100101 0 1010110 110110 1101 101010010 1001100 110001

Color Harmonies of #DD1E65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1E65

Black with #DD1E65

Text Example


Text Example

White with #DD1E65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1E65; }

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

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

background-color css

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

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

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

border-color css

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

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

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