Html Css Color HEX #DB206C Ruby

📋 copy color: '#DB206C'

red 219 ◦ green 32 ◦ blue 108

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

Shades of Ruby #DB206C

Tints of Ruby #DB206C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 30.08%

R = 61%
G = 8.91%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#DB206C (or 0xDB206C) is known color: Ruby. HEX triplet: DB, 20 and 6C. RGB value is (219,32,108). Sum of RGB (Red+Green+Blue) = 219+32+108=359 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.00% from 359); Green value is 32 (12.89% from 255 or 8.91% from 359); Blue value is 108 (42.58% from 255 or 30.08% from 359); Max value from RGB is 219 - color contains mainly: red. Hex color #DB206C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB206C is #24DF93. Grayscale: #606060. Windows color (decimal): -2416532 or 7086299. OLE color: 7086299.

HSL color Cylindrical-coordinate representation of color #DB206C: hue angle of 335.61º 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 #DB206C is Cyan = 0, Magento = 0.85, Yellow = 0.51 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 32 108 -
CMYK 0 0.85 0.51 0.14
HSL 335.62º 0.75% 0.49% -
HSV(B) 335.62º 0.85% 0.86% -
XYZ 32.44 17.18 15.79 -
YUV 96.58 134.45 215.32 -
System Red Green Blue C M Y K H S L
Decimal 219 32 108 0 0.85 0.51 0.14 335.62 0.75 0.49
Hex DB 20 6C 0 55 33 E 150 4B 31
Octal 333 40 154 0 125 63 16 520 113 61
Binary 11011011 100000 1101100 0 1010101 110011 1110 101010000 1001011 110001

Color Harmonies of #DB206C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB206C

Black with #DB206C

Text Example


Text Example

White with #DB206C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB206C; }

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

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

background-color css

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

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

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

border-color css

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

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

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