Html Css Color HEX #DD0865 Ruby

📋 copy color: '#DD0865'

red 221 ◦ green 8 ◦ blue 101

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

Shades of Ruby #DD0865

Tints of Ruby #DD0865

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.42%

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

R = 66.97%
G = 2.42%
B = 30.61%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#DD0865 (or 0xDD0865) is known color: Ruby. HEX triplet: DD, 08 and 65. RGB value is (221,8,101). Sum of RGB (Red+Green+Blue) = 221+8+101=330 (43% of max value = 765). Red value is 221 (86.72% from 255 or 66.97% from 330); Green value is 8 (3.52% from 255 or 2.42% from 330); Blue value is 101 (39.84% from 255 or 30.61% from 330); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0865 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0865 is #22F79A. Grayscale: #525252. Windows color (decimal): -2291611 or 6621405. OLE color: 6621405.

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

Color convert

RGB 221 8 101 -
CMYK 0 0.96 0.54 0.13
HSL 333.8º 0.93% 0.45% -
HSV(B) 333.8º 0.96% 0.87% -
XYZ 32.25 16.49 13.79 -
YUV 82.29 138.57 226.94 -
System Red Green Blue C M Y K H S L
Decimal 221 8 101 0 0.96 0.54 0.13 333.8 0.93 0.45
Hex DD 8 65 0 60 36 D 14E 5D 2D
Octal 335 10 145 0 140 66 15 516 135 55
Binary 11011101 1000 1100101 0 1100000 110110 1101 101001110 1011101 101101

Color Harmonies of #DD0865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0865

Black with #DD0865

Text Example


Text Example

White with #DD0865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0865; }

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

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

background-color css

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

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

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

border-color css

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

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

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