Html Css Color HEX #DD1F65 Ruby

📋 copy color: '#DD1F65'

red 221 ◦ green 31 ◦ blue 101

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

Shades of Ruby #DD1F65

Tints of Ruby #DD1F65

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.78%

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

R = 62.61%
G = 8.78%
B = 28.61%

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

#DD1F65 (or 0xDD1F65) is known color: Ruby. HEX triplet: DD, 1F and 65. RGB value is (221,31,101). Sum of RGB (Red+Green+Blue) = 221+31+101=353 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.61% from 353); Green value is 31 (12.5% from 255 or 8.78% from 353); Blue value is 101 (39.84% from 255 or 28.61% from 353); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1F65 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD1F65 is #22E09A. Grayscale: #5F5F5F. Windows color (decimal): -2285723 or 6627293. OLE color: 6627293.

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

Color convert

RGB 221 31 101 -
CMYK 0 0.86 0.54 0.13
HSL 337.89º 0.75% 0.49% -
HSV(B) 337.89º 0.86% 0.87% -
XYZ 32.66 17.29 13.93 -
YUV 95.79 130.95 217.31 -
System Red Green Blue C M Y K H S L
Decimal 221 31 101 0 0.86 0.54 0.13 337.89 0.75 0.49
Hex DD 1F 65 0 56 36 D 152 4B 31
Octal 335 37 145 0 126 66 15 522 113 61
Binary 11011101 11111 1100101 0 1010110 110110 1101 101010010 1001011 110001

Color Harmonies of #DD1F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1F65

Black with #DD1F65

Text Example


Text Example

White with #DD1F65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1F65; }

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

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

background-color css

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

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

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

border-color css

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

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

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