Html Css Color HEX #DD0D65 Ruby

📋 copy color: '#DD0D65'

red 221 ◦ green 13 ◦ blue 101

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

Shades of Ruby #DD0D65

Tints of Ruby #DD0D65

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.88%

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

R = 65.97%
G = 3.88%
B = 30.15%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#DD0D65 (or 0xDD0D65) is known color: Ruby. HEX triplet: DD, 0D and 65. RGB value is (221,13,101). Sum of RGB (Red+Green+Blue) = 221+13+101=335 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.97% from 335); Green value is 13 (5.47% from 255 or 3.88% from 335); Blue value is 101 (39.84% from 255 or 30.15% from 335); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0D65 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0D65 is #22F29A. Grayscale: #555555. Windows color (decimal): -2290331 or 6622685. OLE color: 6622685.

HSL color Cylindrical-coordinate representation of color #DD0D65: hue angle of 334.62º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DD0D65 is Cyan = 0, Magento = 0.94, Yellow = 0.54 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 13 101 -
CMYK 0 0.94 0.54 0.13
HSL 334.62º 0.89% 0.46% -
HSV(B) 334.62º 0.94% 0.87% -
XYZ 32.31 16.6 13.81 -
YUV 85.22 136.91 224.84 -
System Red Green Blue C M Y K H S L
Decimal 221 13 101 0 0.94 0.54 0.13 334.62 0.89 0.46
Hex DD D 65 0 5E 36 D 14F 59 2E
Octal 335 15 145 0 136 66 15 517 131 56
Binary 11011101 1101 1100101 0 1011110 110110 1101 101001111 1011001 101110

Color Harmonies of #DD0D65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0D65

Black with #DD0D65

Text Example


Text Example

White with #DD0D65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0D65; }

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

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

background-color css

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

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

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

border-color css

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

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

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