Html Css Color HEX #DB205F Ruby

📋 copy color: '#DB205F'

red 219 ◦ green 32 ◦ blue 95

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

Shades of Ruby #DB205F

Tints of Ruby #DB205F

RGB

 RED value IS 219 (85.94% from 255) = 63.29%

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

 BLUE value IS 95 (37.5% from 255) = 27.46%

R = 63.29%
G = 9.25%
B = 27.46%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#DB205F (or 0xDB205F) is known color: Ruby. HEX triplet: DB, 20 and 5F. RGB value is (219,32,95). Sum of RGB (Red+Green+Blue) = 219+32+95=346 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.29% from 346); Green value is 32 (12.89% from 255 or 9.25% from 346); Blue value is 95 (37.5% from 255 or 27.46% from 346); Max value from RGB is 219 - color contains mainly: red. Hex color #DB205F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB205F is #24DFA0. Grayscale: #5F5F5F. Windows color (decimal): -2416545 or 6234331. OLE color: 6234331.

HSL color Cylindrical-coordinate representation of color #DB205F: hue angle of 339.79º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DB205F is Cyan = 0, Magento = 0.85, Yellow = 0.57 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 32 95 -
CMYK 0 0.85 0.57 0.14
HSL 339.79º 0.75% 0.49% -
HSV(B) 339.79º 0.85% 0.86% -
XYZ 31.8 16.92 12.42 -
YUV 95.1 127.95 216.38 -
System Red Green Blue C M Y K H S L
Decimal 219 32 95 0 0.85 0.57 0.14 339.79 0.75 0.49
Hex DB 20 5F 0 55 39 E 154 4B 31
Octal 333 40 137 0 125 71 16 524 113 61
Binary 11011011 100000 1011111 0 1010101 111001 1110 101010100 1001011 110001

Color Harmonies of #DB205F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB205F

Black with #DB205F

Text Example


Text Example

White with #DB205F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB205F; }

 p { color: rgb(219,32,95); }

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

background-color css

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

 a { background-color: rgb(219,32,95); }

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

border-color css

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

 span { border-color: rgb(219,32,95); }

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