Html Css Color HEX #DD0969 Ruby

📋 copy color: '#DD0969'

red 221 ◦ green 9 ◦ blue 105

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

Shades of Ruby #DD0969

Tints of Ruby #DD0969

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.69%

 BLUE value IS 105 (41.41% from 255) = 31.34%

R = 65.97%
G = 2.69%
B = 31.34%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DD0969 (or 0xDD0969) is known color: Ruby. HEX triplet: DD, 09 and 69. RGB value is (221,9,105). Sum of RGB (Red+Green+Blue) = 221+9+105=335 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.97% from 335); Green value is 9 (3.91% from 255 or 2.69% from 335); Blue value is 105 (41.41% from 255 or 31.34% from 335); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0969 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0969 is #22F696. Grayscale: #535353. Windows color (decimal): -2291351 or 6883805. OLE color: 6883805.

HSL color Cylindrical-coordinate representation of color #DD0969: hue angle of 332.83º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DD0969 is Cyan = 0, Magento = 0.96, Yellow = 0.52 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 9 105 -
CMYK 0 0.96 0.52 0.13
HSL 332.83º 0.92% 0.45% -
HSV(B) 332.83º 0.96% 0.87% -
XYZ 32.47 16.59 14.86 -
YUV 83.33 140.24 226.19 -
System Red Green Blue C M Y K H S L
Decimal 221 9 105 0 0.96 0.52 0.13 332.83 0.92 0.45
Hex DD 9 69 0 60 34 D 14D 5C 2D
Octal 335 11 151 0 140 64 15 515 134 55
Binary 11011101 1001 1101001 0 1100000 110100 1101 101001101 1011100 101101

Color Harmonies of #DD0969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0969

Black with #DD0969

Text Example


Text Example

White with #DD0969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0969; }

 p { color: rgb(221,9,105); }

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

background-color css

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

 a { background-color: rgb(221,9,105); }

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

border-color css

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

 span { border-color: rgb(221,9,105); }

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