Html Css Color HEX #DD2065 Ruby

📋 copy color: '#DD2065'

red 221 ◦ green 32 ◦ blue 101

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

Shades of Ruby #DD2065

Tints of Ruby #DD2065

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.04%

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

R = 62.43%
G = 9.04%
B = 28.53%

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

#DD2065 (or 0xDD2065) is known color: Ruby. HEX triplet: DD, 20 and 65. RGB value is (221,32,101). Sum of RGB (Red+Green+Blue) = 221+32+101=354 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.43% from 354); Green value is 32 (12.89% from 255 or 9.04% from 354); Blue value is 101 (39.84% from 255 or 28.53% from 354); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2065 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2065 is #22DF9A. Grayscale: #606060. Windows color (decimal): -2285467 or 6627549. OLE color: 6627549.

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

Color convert

RGB 221 32 101 -
CMYK 0 0.86 0.54 0.13
HSL 338.1º 0.75% 0.5% -
HSV(B) 338.1º 0.86% 0.87% -
XYZ 32.68 17.34 13.94 -
YUV 96.38 130.62 216.89 -
System Red Green Blue C M Y K H S L
Decimal 221 32 101 0 0.86 0.54 0.13 338.1 0.75 0.5
Hex DD 20 65 0 56 36 D 152 4B 32
Octal 335 40 145 0 126 66 15 522 113 62
Binary 11011101 100000 1100101 0 1010110 110110 1101 101010010 1001011 110010

Color Harmonies of #DD2065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2065

Black with #DD2065

Text Example


Text Example

White with #DD2065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2065; }

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

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

background-color css

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

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

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

border-color css

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

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

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