Html Css Color HEX #DD036F Ruby

📋 copy color: '#DD036F'

red 221 ◦ green 3 ◦ blue 111

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

Shades of Ruby #DD036F

Tints of Ruby #DD036F

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.9%

 BLUE value IS 111 (43.75% from 255) = 33.13%

R = 65.97%
G = 0.9%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DD036F (or 0xDD036F) is known color: Ruby. HEX triplet: DD, 03 and 6F. RGB value is (221,3,111). Sum of RGB (Red+Green+Blue) = 221+3+111=335 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.97% from 335); Green value is 3 (1.56% from 255 or 0.90% from 335); Blue value is 111 (43.75% from 255 or 33.13% from 335); Max value from RGB is 221 - color contains mainly: red. Hex color #DD036F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD036F is #22FC90. Grayscale: #505050. Windows color (decimal): -2292881 or 7275485. OLE color: 7275485.

HSL color Cylindrical-coordinate representation of color #DD036F: hue angle of 330.28º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DD036F is Cyan = 0, Magento = 0.99, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 3 111 -
CMYK 0 0.99 0.50 0.13
HSL 330.28º 0.97% 0.44% -
HSV(B) 330.28º 0.99% 0.87% -
XYZ 32.72 16.58 16.52 -
YUV 80.49 145.22 228.22 -
System Red Green Blue C M Y K H S L
Decimal 221 3 111 0 0.99 0.50 0.13 330.28 0.97 0.44
Hex DD 3 6F 0 63 32 D 14A 61 2C
Octal 335 3 157 0 143 62 15 512 141 54
Binary 11011101 11 1101111 0 1100011 110010 1101 101001010 1100001 101100

Color Harmonies of #DD036F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD036F

Black with #DD036F

Text Example


Text Example

White with #DD036F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD036F; }

 p { color: rgb(221,3,111); }

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

background-color css

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

 a { background-color: rgb(221,3,111); }

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

border-color css

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

 span { border-color: rgb(221,3,111); }

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